Skip to content

Commit

Permalink
🤖 Add average test runner run time to config.json (#367)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ErikSchierboom authored May 14, 2021
1 parent 3987bbe commit f2ca210
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"ace_editor_language": "elm",
"highlightjs_language": "elm"
},
"test_runner": {
"average_run_time": 2.0
},
"status": {
"concept_exercises": false,
"test_runner": true,
Expand Down

0 comments on commit f2ca210

Please sign in to comment.