-
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-g6.xlarge (customBiggerIsBetter) benchmark result for b1404…
…42a4da28875256bcfb3ef2c2f2a40462551
- Loading branch information
github-action-benchmark
committed
Dec 9, 2024
1 parent
77f645c
commit 4f8a665
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 |
---|---|---|
|
@@ -65379,9 +65379,68 @@ window.BENCHMARK_DATA = { | |
"unit": "Hz" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Austin Abell", | ||
"username": "austinabell" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "b140442a4da28875256bcfb3ef2c2f2a40462551", | ||
"message": "optimize buffer pointer swapping in bigint2 EC (#2612)\n\nSwapping the memory addresses of the pointers is possible and more\r\noptimized than this. This shaves off ~6000 cycles from a signature\r\nverify (~2%), but imo also cleaner code.\r\n\r\nCo-authored-by: Erik Kaneda <[email protected]>\r\nCo-authored-by: Frank Laub <[email protected]>", | ||
"timestamp": "2024-12-09T00:10:27-08:00", | ||
"tree_id": "9514eb08d474d87eecd667f5a55a321155c55e38", | ||
"url": "https://github.com/risc0/risc0/commit/b140442a4da28875256bcfb3ef2c2f2a40462551" | ||
}, | ||
"date": 1733732654278, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "execute", | ||
"value": 21900368, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/sha-256", | ||
"value": 735963, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/poseidon2", | ||
"value": 757332, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "lift", | ||
"value": 539966, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "join", | ||
"value": 363416, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "composite", | ||
"value": 601848, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "succinct", | ||
"value": 302605, | ||
"unit": "Hz" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"lastUpdate": 1733732640145, | ||
"lastUpdate": 1733732664855, | ||
"repoUrl": "https://github.com/risc0/risc0" | ||
} |