ocaml-bench / sandmark

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

Fix typo in mergesort executable name #415

Closed punchagan closed 1 year ago

punchagan commented 1 year ago

05f9527357fddf25bc2a5bdebe87bdaed418a124 tried to fix a typo, but introduced another. This commit fixes problems with running mergesort benchmark

shakthimaan commented 1 year ago

Thanks for the fix!