-
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 0f90d30b3f4…
…30384ba48a1795371555c28a29b9e
- Loading branch information
github-action-benchmark
committed
Nov 18, 2024
1 parent
3b62785
commit 77efb89
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 |
---|---|---|
|
@@ -14915,6 +14915,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": "0f90d30b3f430384ba48a1795371555c28a29b9e", | ||
"message": "Add EC Mul and Add acceleration (#2513)\n\nAdds elliptic curve acceleration via bigint2 for addition and scalar\r\nmultiplication. This also includes a fix to allow bigint2 codegen with\r\nnegative intermediates.\r\n\r\nNote that current support is only for secp256k1; more generic curve\r\nsupport is future work.\r\n\r\n---------\r\n\r\nCo-authored-by: Frank Laub <[email protected]>", | ||
"timestamp": "2024-11-18T19:33:57Z", | ||
"tree_id": "99571180bc4315d71827b04a913d697ed75df056", | ||
"url": "https://github.com/risc0/risc0/commit/0f90d30b3f430384ba48a1795371555c28a29b9e" | ||
}, | ||
"date": 1731958840961, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "execute", | ||
"value": 22282402, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/sha-256", | ||
"value": 31987, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/poseidon2", | ||
"value": 22209, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "lift", | ||
"value": 44235, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "join", | ||
"value": 42720, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "composite", | ||
"value": 32142, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "succinct", | ||
"value": 19700, | ||
"unit": "Hz" | ||
} | ||
] | ||
} | ||
], | ||
"Linux-nvidia_rtx_3090_ti": [ | ||
|
@@ -58656,6 +58715,6 @@ window.BENCHMARK_DATA = { | |
} | ||
] | ||
}, | ||
"lastUpdate": 1731958704682, | ||
"lastUpdate": 1731958849078, | ||
"repoUrl": "https://github.com/risc0/risc0" | ||
} |