Better mechanism for capturing gas usage in benchmarks #45
Labels
C-enhancement
Category: New feature or request
C-good-first-issue
Category: Good for newcomers
P-low
Priority: low
In #41 gas usage of the benchmarks is simply reported to the terminal. This makes capturing the data and analyzing it a manual process, which is sub-optimal.
The goal of this issue is to find a better way to capture the gas usage data, and to combine it with the timing data automatically in order to draw conclusions.
One possibility might be to use a custom measurement in
criterion
itself.The text was updated successfully, but these errors were encountered: