Shopify / yjit-bench

Set of benchmarks for the YJIT CRuby JIT compiler and other Ruby implementations.
MIT License
87 stars 22 forks source link

Update run_benchmarks.rb to pass the JSON to render_graph #342

Closed eregon closed 1 month ago

eregon commented 1 month ago

Sorry for the many small PRs, just realized this needs to be updated as well.

maximecb commented 1 month ago

Since lots of small things need to be updated

Do you think you could add an automated test? Quickly run one benchmark to produce data and then try to run this script?

eregon commented 1 month ago

Added, let's see if it works there. It might not because e.g. --graph needs ImageMagick to be installed.

eregon commented 1 month ago

The test works now