slovo/benchmarks/math-loop/benchmark.json
2026-05-22 08:38:43 +02:00

11 lines
242 B
JSON

{
"benchmark": "math-loop",
"source_stem": "math_loop",
"loop_count": 1000000,
"expected_checksum": "5000001",
"stdin": "1000000\n",
"hot_loop_count": 10000000,
"hot_expected_checksum": "50000001",
"hot_stdin": "10000000\n"
}