You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit introduces a harness that can be used to chain two (or more)
harnesses together.
For example. To run a Ractor test with Vernier you can wrap the ractor
harness with the vernier one as follows
HARNESS_CHAIN="vernier,ractor" ruby -Iharness-chain benchmarks-ractor/optcarrot/benchmark.rb
0 commit comments