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
…hmarks
This reworks the existing test framework so it can be used for
benchmarks too. Note that it now uses the subtest framework which
makes the test output much neater.
To run the benchmarks use
cd vm
go test -v -run XXX -bench .
Fixes#50
…hmarks (#51)
This reworks the existing test framework so it can be used for
benchmarks too. Note that it now uses the subtest framework which
makes the test output much neater.
To run the benchmarks use
cd vm
go test -v -run XXX -bench .
Fixes#50
See #49
The text was updated successfully, but these errors were encountered: