Shopify / yjit-metrics

"Tasks for benchmarking, building and collecting stats for YJIT"
MIT License
14 stars 9 forks source link

Fix taskset, setarch and --yjit-call-threshold. Requires ci.yjit.org #200

Closed noahgibbs closed 1 year ago

noahgibbs commented 1 year ago

Add taskset and setarch for CRuby-based Rubies to match yjit-bench results Stop using an explicit --yjit-call-threshold. We needed this when we had timeout worries with GHActions.

This is going to change benchmark timing a bit, so it should get an events.json entry in the pages branch when it's merged. Luckily we're making several other transitions at the same time.

I really need to get those annotations somewhere visible.

Fix for https://github.com/Shopify/yjit-metrics/issues/194

noahgibbs commented 1 year ago

This is now passing the Jenkins smoke-test.

noahgibbs commented 1 year ago

Merged as a cherry-pick.