This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
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.
Logic for the (Core) Fellowship #13503
Logic for the (Core) Fellowship #13503
Changes from 57 commits
e3a5bb2
3ff9ce8
07ab87a
88e11ce
8200850
958d34f
91cb1f5
c53d372
0806559
5cadabf
712118b
07b785c
7fb95d0
5c38814
bfdf333
807a3c9
cf1f365
d829078
7162964
2e299f4
5995eeb
c9c2ce8
16bc55a
2fc7fab
575f426
42a7927
7dc1529
366267c
26f1ab0
872a047
e2fd134
8d8a5bf
9849a65
0b4aafa
03199ae
a21b1bc
4c85f02
d5696c1
199b1fe
caaf99e
3d70833
ddd4d3e
26aa188
3fcc590
f60ed83
3704efe
93a845d
2ef3e14
d992c0d
e5c0733
5d24050
b3d160e
b9623a4
b051049
3580ea2
31bf7b6
c08c010
8782190
a3f2026
392c74d
6c15f61
6fec0d2
9d947a5
65f3570
10e30b3
bda6348
47ad52c
6752c18
5b8e221
3116351
032f7c1
1f69d45
b1868e0
ec0f7db
59d70c9
cdb8022
308510a
8c60756
958edf6
dd07d0c
8233b71
1261201
8e524e9
063f1d7
76e521b
a86c095
c9de385
8684952
4fc96dd
091c6af
ecd0c46
749f9ac
122df7c
04da40e
ae5a5e2
554ac7d
cc9f07c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Just an FYI in case this wasn't clear (will prob add an additional doc comment clarifying this), but with benchmarking v2, it is completely valid to define a helper function like this, or really any other random code that isn't a benchmark, inside of the
benchmarks
module i.e. the module that has#[benchmarks]
or#[instance_benchmarks]
attached to it. It is in every respect a normal module, that just happens to also have some#[benchmark]
-marked functions in it.