We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe286f commit c9ba457Copy full SHA for c9ba457
src/runner.sh
@@ -241,7 +241,7 @@ function runner::call_bench_functions() {
241
for fn_name in "${functions_to_run[@]}"; do
242
local annotation_result
243
annotation_result="$(benchmark::parse_annotations "$fn_name" "$script")"
244
- set -- $annotation_result
+ set -- "$annotation_result"
245
revs="$1"
246
its="$2"
247
max_ms="$3"
0 commit comments