| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…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
Codecov Report
@@ Coverage Diff @@
## master #51 +/- ##
=======================================
Coverage 66.02% 66.02%
=======================================
Files 58 58
Lines 10246 10246
=======================================
Hits 6765 6765
Misses 3005 3005
Partials 476 476Continue to review full report at Codecov.
|
Sorry, something went wrong.
There was a problem hiding this comment.
Awesome!
LGTM
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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
Fixes #50