forked from lurk-lab/lurk-beta
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Enhance benchmark setup and update rust-toolchain
- Enhanced identification and tracking for benchmarks by moving 'date' and 'sha' fields to `ProveParams` struct. - Tuned the `fibo_prove` function to utilize the new fields for better benchmark IDs (see lurk-lab#782) - Updated `rust-toolchain` version from `1.72.1` to `1.73.0` enhancing overall runtime environment. - Counted throughput in frames / s. This performs the straightforward parts of lurk-lab#782, re-opened after lurk-lab#784 was reverted (in lurk-lab#808)
- Loading branch information
1 parent
233bf4b
commit 34ea708
Showing
3 changed files
with
36 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.72.1 | ||
1.73.0 |