ocaml-bench / sandmark

A benchmark suite for the OCaml compiler
The Unlicense
82 stars 40 forks source link

Copy RUN_CONFIG_JSON file to results dir #434

Closed punchagan closed 1 year ago

punchagan commented 1 year ago

To keep track of the benchmarks that succeeded and failed, it would useful to have the RUN_CONFIG_JSON file with all the benchmark runs configuration. The results bench file can be compared against this to calculate the number of successful and failed benchmarks.

This PR is a complementary PR to https://github.com/ocaml-bench/sandmark-nightly/pull/117

shakthimaan commented 1 year ago

LGTM!