Shopify / yjit-bench

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

Check that the ruby configuration isn't changed during the benchmark #329

Closed rwstauner closed 2 months ago

rwstauner commented 2 months ago

This would have prevented the bug fixed by #328

rwstauner commented 2 months ago

Another option would be to make a new harness that we use in CI that just wraps the regular harness and adds this logic if you think that'd be better.