-
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 Linux-cpu (customBiggerIsBetter) benchmark result for 31597c27633…
…350b7752a12ab8a2d73a238b27ca0
- Loading branch information
github-action-benchmark
committed
Oct 25, 2024
1 parent
0ec0469
commit a51bdfc
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 |
---|---|---|
|
@@ -13558,6 +13558,65 @@ window.BENCHMARK_DATA = { | |
"unit": "Hz" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Tim Zerrell", | ||
"username": "tzerrell" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "31597c27633350b7752a12ab8a2d73a238b27ca0", | ||
"message": "Remove bigint EC circuits, add unbatched RSA (#2443)\n\nRemoves the current draft of bigint elliptic curve circuits, which won't\r\nbe performant in their current form, and adds an unbatched RSA circuit.", | ||
"timestamp": "2024-10-25T05:35:17Z", | ||
"tree_id": "ac932c944d864db996be9d3bcecc4246092b1134", | ||
"url": "https://github.com/risc0/risc0/commit/31597c27633350b7752a12ab8a2d73a238b27ca0" | ||
}, | ||
"date": 1729834906121, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "execute", | ||
"value": 22105588, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/sha-256", | ||
"value": 35229, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/poseidon2", | ||
"value": 24250, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "lift", | ||
"value": 43820, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "join", | ||
"value": 42677, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "composite", | ||
"value": 34970, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "succinct", | ||
"value": 21148, | ||
"unit": "Hz" | ||
} | ||
] | ||
} | ||
], | ||
"Linux-nvidia_rtx_3090_ti": [ | ||
|
@@ -53287,6 +53346,6 @@ window.BENCHMARK_DATA = { | |
} | ||
] | ||
}, | ||
"lastUpdate": 1729834774893, | ||
"lastUpdate": 1729834915076, | ||
"repoUrl": "https://github.com/risc0/risc0" | ||
} |