ocaml-bench / sandmark

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

Update URLs for OCaml 5.0 and stabilize build by using and older version of runtime_events_tools #432

Closed punchagan closed 1 year ago

punchagan commented 1 year ago

The PR updates 5.0 URLs etc after the release last week.

Also, the latest commits to runtime_events_tools add a dependency on tracing for supporting the Fuchsia format, but this causes issues with dependency resolution on OCaml 5.1. This PR pins to an older version of runtime_events_tools, while the issue is debugged.

shakthimaan commented 1 year ago

There is a type error in the Jupyter notebook in test_notebooks for 5.1x when Converting notebook parallel.ipynb to html.

TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
shakthimaan commented 1 year ago

LGTM!