Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Benchmark outcomes record #392
Benchmark outcomes record #392
Changes from 34 commits
2e464e8
cedb78a
c0001c5
1db7a43
5041a9a
b373bb1
0dabb0a
75e7af3
ae61704
f482fa2
04889bd
d5189f3
09be1ec
b49203a
8c566cb
f2c4ce9
a66a2d8
cc45d2c
fe766e3
6359e2f
3127b6a
182672f
450e2b8
e9e635d
4d8f4fc
10f1001
f860779
3bd6b69
a5a9415
42e639f
4c4d7a3
f10e87a
94db658
cbbfe6f
c0003c2
0673d15
db26323
f19c4f7
033a69c
bca20a1
4cc3ddc
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need these methods?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moving instance creation here will let me unify duplicate code, and it gives me a place to cache the instance actually used for the run, which is needed to dump out the outcome JSON.