-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add macOS-cpu (customBiggerIsBetter) benchmark result for 4c853f81064…
…ac35a5eec986183bff1814e1af50b
- Loading branch information
github-action-benchmark
committed
Apr 27, 2024
1 parent
add1cbc
commit ca21ebf
Showing
1 changed file
with
60 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1714257665465, | ||
"lastUpdate": 1714257790695, | ||
"repoUrl": "https://github.com/risc0/risc0", | ||
"entries": { | ||
"macOS-cpu": [ | ||
|
@@ -23128,6 +23128,65 @@ window.BENCHMARK_DATA = { | |
"unit": "Hz" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Victor Graf", | ||
"username": "nategraf" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "4c853f81064ac35a5eec986183bff1814e1af50b", | ||
"message": "Rename get_claim methods to claim to follow C-GETTER convention (#1716)\n\nA quick PR for renaming the `get_claim` method to `claim`, following the\r\n`C-GETTER` convention recommended by Rust API guidelines.\r\n\r\nhttps://rust-lang.github.io/api-guidelines/naming.html#getter-names-follow-rust-convention-c-getter\r\n\r\nI'm not very attached to getting this merged, but figured it is an easy\r\nenough PR to throw together and only possible now, before 1.0. This\r\nchange doesn't break any examples, which I take as a sign that it will\r\nnot break most user code. If folks disagree that we should make this\r\nchange, I'll go ahead and close it.\r\n\r\nCo-authored-by: Frank Laub <[email protected]>", | ||
"timestamp": "2024-04-27T22:35:48Z", | ||
"tree_id": "4544073b6ae3124fbab31e539baf2ea53485f6a5", | ||
"url": "https://github.com/risc0/risc0/commit/4c853f81064ac35a5eec986183bff1814e1af50b" | ||
}, | ||
"date": 1714257788481, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "execute", | ||
"value": 15090830, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/sha-256", | ||
"value": 27512, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/poseidon2", | ||
"value": 18906, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "lift", | ||
"value": 32867, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "join", | ||
"value": 32197, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "composite", | ||
"value": 27205, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "succinct", | ||
"value": 16529, | ||
"unit": "Hz" | ||
} | ||
] | ||
} | ||
], | ||
"Linux-nvidia_rtx_a5000": [ | ||
|