-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add macOS-apple_m2_pro (customBiggerIsBetter) benchmark result for c9…
…55c93a9e15903fd9386f176a3649b27ffaacb7
- Loading branch information
github-action-benchmark
committed
Sep 13, 2024
1 parent
e1771a0
commit 25c91e4
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 |
---|---|---|
|
@@ -36194,6 +36194,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": "c955c93a9e15903fd9386f176a3649b27ffaacb7", | ||
"message": "Plumb ReceiptClaim through SessionInfo and client-server (#2342)\n\nThis PR plumbs the `session.claim()` through to the `SessionInfo` such\r\nthat it is available from executions carried out with the `Executor`\r\ntrait. Motivation for this PR is that I am writing some tests of\r\ncomposition and want to be able to run the executor and convert the\r\nresult into a fake receipt. This is possible with `ExecutorImpl`, but\r\nnot with `Executor` right now.\r\n\r\nMore context on\r\nhttps://github.com/risc0/risc0/issues/2267#issuecomment-2347372529\r\n\r\nCloses #2267", | ||
"timestamp": "2024-09-13T21:22:21Z", | ||
"tree_id": "8ce2e1ba20af6175644f497345ab4e46fcfcbcaf", | ||
"url": "https://github.com/risc0/risc0/commit/c955c93a9e15903fd9386f176a3649b27ffaacb7" | ||
}, | ||
"date": 1726262794810, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "execute", | ||
"value": 32326200, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/sha-256", | ||
"value": 103925, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/poseidon2", | ||
"value": 90496, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "lift", | ||
"value": 161293, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "join", | ||
"value": 150251, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "composite", | ||
"value": 102219, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "succinct", | ||
"value": 79199, | ||
"unit": "Hz" | ||
} | ||
] | ||
} | ||
], | ||
"macOS-cpu": [ | ||
|
@@ -47328,6 +47387,6 @@ window.BENCHMARK_DATA = { | |
} | ||
] | ||
}, | ||
"lastUpdate": 1726252904470, | ||
"lastUpdate": 1726262796930, | ||
"repoUrl": "https://github.com/risc0/risc0" | ||
} |