-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements to benchmarks runner #949
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #949 +/- ##
========================================
Coverage 93.01% 93.01%
========================================
Files 87 87
Lines 8112 8112
========================================
Hits 7545 7545
Misses 567 567 Continue to review full report in Codecov by Sentry.
|
|
4dbd7f6
to
864d5b8
Compare
|
864d5b8
to
6af15da
Compare
|
|
|
|
|
This puts the input data into memory, which puts multiple trials on equal ground. Without it the first trial is often radically different from the following trials.
c3a6399
to
b00f852
Compare
|
|
No description provided.