-
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-nvidia_rtx_3090_ti (customBiggerIsBetter) benchmark result …
…for 5b78fac28d239b52fcc2d68cf621cea761e9477a
- Loading branch information
github-action-benchmark
committed
Dec 10, 2024
1 parent
f8c7128
commit 439e070
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 |
---|---|---|
|
@@ -33608,6 +33608,65 @@ window.BENCHMARK_DATA = { | |
"unit": "Hz" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "shkoo", | ||
"username": "shkoo" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "5b78fac28d239b52fcc2d68cf621cea761e9477a", | ||
"message": "Improve keccak cuda performance 35% (#2624)\n\n* Reorder how the witness is generated to cut down on warp divergence\r\n\r\nBefore:\r\n\r\n```\r\n10 runs of PO2=16 completed in 6.543s, avg=0.654s, 100157.742 cycles/sec, 499.749 keccak/sec\r\n10 runs of PO2=17 completed in 11.796s, avg=1.180s, 111115.459 cycles/sec, 555.272 keccak/sec\r\n```\r\n\r\nAfter:\r\n\r\n```\r\n10 runs of PO2=16 completed in 4.247s, avg=0.425s, 154322.577 cycles/sec, 770.012 keccak/sec\r\n10 runs of PO2=17 completed in 7.548s, avg=0.755s, 173643.059 cycles/sec, 867.738 keccak/sec\r\n```", | ||
"timestamp": "2024-12-10T13:01:55-08:00", | ||
"tree_id": "9aef6836e6b91a4b1a31dcc22671a97684dc8e9f", | ||
"url": "https://github.com/risc0/risc0/commit/5b78fac28d239b52fcc2d68cf621cea761e9477a" | ||
}, | ||
"date": 1733864768000, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "execute", | ||
"value": 21657816, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/sha-256", | ||
"value": 979598, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/poseidon2", | ||
"value": 987833, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "lift", | ||
"value": 623746, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "join", | ||
"value": 436027, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "composite", | ||
"value": 768392, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "succinct", | ||
"value": 368661, | ||
"unit": "Hz" | ||
} | ||
] | ||
} | ||
], | ||
"macOS-apple_m2_pro": [ | ||
|
@@ -66149,6 +66208,6 @@ window.BENCHMARK_DATA = { | |
} | ||
] | ||
}, | ||
"lastUpdate": 1733855947303, | ||
"lastUpdate": 1733864770816, | ||
"repoUrl": "https://github.com/risc0/risc0" | ||
} |