Skip to content

Commit d19b2cd

Browse files
🤖 Add average test runner run time to config.json (exercism#1937)
This commit adds a new `test_runner.average_run_time` key to the `config.json` file. The purpose of this field is allow the website to show a progress bar while the test runner runs. The average run time is defined in seconds with one digit of precision. Its value has been populated by timing the execution time of running the test runner in Docker on one of the track's practice exercise. Clearly, the execution time will differ between exercises and between solutions, so this should be seen as a general indicator.
1 parent defe11e commit d19b2cd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"ace_editor_language": "java",
1717
"highlightjs_language": "java"
1818
},
19+
"test_runner": {
20+
"average_run_time": 12.0
21+
},
1922
"solution_pattern": "reference",
2023
"files": {
2124
"solution": [

0 commit comments

Comments
 (0)