From fee1d523d5d76372dd2b3d45f54f1f228b4e68bf Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Mon, 14 Nov 2022 19:30:52 +0000 Subject: [PATCH] Include runner time --- config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.json b/config.json index f5889f666..7cc9bc91d 100644 --- a/config.json +++ b/config.json @@ -16,6 +16,9 @@ "indent_size": 2, "highlightjs_language": "rust" }, + "test_runner": { + "average_run_time": 3.0 + }, "files": { "solution": [ "src/%{snake_slug}.gleam"