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
Update benchmarking macros #3934
Update benchmarking macros #3934
Changes from 4 commits
a3ddd5e
db22ac0
d3a6ccb
03ba18e
31e7f4c
7b4d0c8
a560470
c92091b
d701524
f311681
e52c535
f8f14ce
9bf84f8
c98c102
cd46b3f
7623c2a
aa523d6
57d6d62
86e8349
b8f79bb
c07f03e
bbd3969
fafc4f7
81b98f9
6af2ae4
e0cd224
ae2ad48
9fe72a1
30b417c
b73ce1a
bef9679
9a8c341
2aa4306
f2d6a65
f55563a
183537e
141982f
50c12d2
a16e8b5
e39d75d
1f22c66
5da51b2
23e41ef
a3ed19c
c11f98b
ab93a87
5aa62a8
a513333
b94810f
93b1050
a4472d7
6ee198d
038ab82
e3ce75b
b85041b
3368aae
dd3406e
b9459bb
2172ac9
7f5c8bb
2ceaa1a
3c1ff83
96f8123
a7a0f64
3450dc9
5209cd7
d15781f
5d57d63
7d2cdf4
8448264
9197593
59c44a5
e3bffd2
6823690
3c87518
253c2cf
3575b22
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.
can this test be removed, it should be executed when running the benchmark tests anyway ?
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.
Yea looks a bit weird.
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.
ah nvm it's marked as
#[extra]
so I guess this is to ensure the test runs everytime..