-
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 54…
…e06137f41e57b706e5eb17d18e1e12a59858bb
- Loading branch information
github-action-benchmark
committed
Oct 25, 2024
1 parent
152ba23
commit 7909b64
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 |
---|---|---|
|
@@ -40855,6 +40855,65 @@ window.BENCHMARK_DATA = { | |
"unit": "Hz" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Rami Lukata", | ||
"username": "rlukata" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "54e06137f41e57b706e5eb17d18e1e12a59858bb", | ||
"message": "Add redis option to client/server model (#2407)\n\nThis PR adds a new feature to the r0vm that enables adding `segments` to\r\na redis instance instead of returning the segment via the callback\r\nfunction. Instead of returning the full segment, the callback function\r\nreturns only a redis key.\r\n\r\nTasks:\r\n- [x] AssetRequest `Redis` value\r\n- [x] Protobuf `Redis` value\r\n- [x] Handle conversions\r\n- [x] Tests (unit, integration, or example)\r\n- [x] Concurrency or threads\r\n\r\n---------\r\n\r\nCo-authored-by: Frank Laub <[email protected]>", | ||
"timestamp": "2024-10-25T06:12:07Z", | ||
"tree_id": "02ed1d275e27c7dc773e4fab1570abec5b83fece", | ||
"url": "https://github.com/risc0/risc0/commit/54e06137f41e57b706e5eb17d18e1e12a59858bb" | ||
}, | ||
"date": 1729836984042, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "execute", | ||
"value": 32408146, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/sha-256", | ||
"value": 103742, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/poseidon2", | ||
"value": 91704, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "lift", | ||
"value": 162306, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "join", | ||
"value": 150924, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "composite", | ||
"value": 102399, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "succinct", | ||
"value": 79459, | ||
"unit": "Hz" | ||
} | ||
] | ||
} | ||
], | ||
"macOS-cpu": [ | ||
|
@@ -53464,6 +53523,6 @@ window.BENCHMARK_DATA = { | |
} | ||
] | ||
}, | ||
"lastUpdate": 1729836976310, | ||
"lastUpdate": 1729836985751, | ||
"repoUrl": "https://github.com/risc0/risc0" | ||
} |