Skip to content

Commit ed73c87

Browse files
authored
Merge pull request #94 from ocaml-multicore/bench-label-update
Remove 'name' field from benchmark results
2 parents a9328dc + e003c94 commit ed73c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let () =
2727
|> String.concat ", "
2828
in
2929
let output =
30-
Printf.sprintf {| {"name": "saturn", "results": [%s]}|} results
30+
Printf.sprintf {|{"results": [%s]}|} results
3131
(* Cannot use Yojson rewriters as of today none works on OCaml 5.1.0.
3232
This at least verifies that the manually crafted JSON is well-formed.
3333

0 commit comments

Comments
 (0)