Skip to content

Commit f9f3b47

Browse files
committed
record notebook runtimes for better splitting
1 parent f275cbb commit f9f3b47

File tree

3 files changed

+52
-39
lines changed

3 files changed

+52
-39
lines changed

.github/workflows/run-notebook-tests-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
- name: Set up memcached
3939
uses: niden/actions-memcached@v7
4040
- name: Test Notebooks
41-
run: tox -e notebook-tests -- --splits ${{ inputs.split_size }} --group ${{ inputs.group_number }}
41+
run: tox -e notebook-tests -- --durations-path .notebook_test_durations --splits ${{ inputs.split_size }} --group ${{ inputs.group_number }}
4242

.notebook_test_durations

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"notebooks/data_oob.ipynb::": 14.608769827000287,
3+
"notebooks/influence_imagenet.ipynb::": 13.570316236000508,
4+
"notebooks/influence_sentiment_analysis.ipynb::": 20.546479973001624,
5+
"notebooks/influence_synthetic.ipynb::": 5.9324631089984905,
6+
"notebooks/influence_wine.ipynb::": 16.114133220999065,
7+
"notebooks/least_core_basic.ipynb::": 14.312467472000208,
8+
"notebooks/shapley_basic_spotify.ipynb::": 15.608795123000164,
9+
"notebooks/shapley_knn_flowers.ipynb::": 3.9430189769991557,
10+
"notebooks/shapley_utility_learning.ipynb::": 26.96671833400069
11+
}

0 commit comments

Comments
 (0)