Skip to content

Commit 03b8fcd

Browse files
authored
[ez] Move test times queries to their own folder (#6964)
Just moving the files Reason: better organization Testing ran `python tools/torchci/update_test_times.py` on main and this PR and checked that the jsons were the same
1 parent c5dbc68 commit 03b8fcd

File tree

9 files changed

+4
-4
lines changed

9 files changed

+4
-4
lines changed

tools/torchci/update_test_times.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
TEST_TIMES_URL = "https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json"
99
TEST_CLASS_TIMES_URL = "https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-class-times.json"
1010

11-
TEST_TIME_PER_FILE_QUERY_NAME = "test_time_per_file"
12-
TEST_TIME_PER_FILE_PERIODIC_JOBS_QUERY_NAME = "test_time_per_file_periodic_jobs"
13-
TEST_TIME_PER_CLASS_QUERY_NAME = "test_time_per_class"
14-
TEST_TIME_PER_CLASS_PERIODIC_JOBS_QUERY_NAME = "test_time_per_class_periodic_jobs"
11+
TEST_TIME_PER_FILE_QUERY_NAME = "test_times/per_file"
12+
TEST_TIME_PER_FILE_PERIODIC_JOBS_QUERY_NAME = "test_times/per_file_periodic_jobs"
13+
TEST_TIME_PER_CLASS_QUERY_NAME = "test_times/per_class"
14+
TEST_TIME_PER_CLASS_PERIODIC_JOBS_QUERY_NAME = "test_times/per_class_periodic_jobs"
1515

1616

1717
def get_file_data_from_db():

0 commit comments

Comments
 (0)