Skip to content

Commit

Permalink
add Linux-nvidia_rtx_3090_ti (customBiggerIsBetter) benchmark result …
Browse files Browse the repository at this point in the history
…for ebc18c770c4dd5a8e8dfdca1297edb181848405f
  • Loading branch information
github-action-benchmark committed Sep 12, 2024
1 parent cae5128 commit 408b094
Showing 1 changed file with 60 additions and 1 deletion.
61 changes: 60 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -23873,6 +23873,65 @@ window.BENCHMARK_DATA = {
"unit": "Hz"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Paul",
"username": "pdg744"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "ebc18c770c4dd5a8e8dfdca1297edb181848405f",
"message": "Adding python notebook for soundness (#2314)\n\nThis PR adds a python notebook calculator for soundness. \r\n\r\nThe [existing security\r\ncalculator](https://github.com/risc0/risc0/blob/main/risc0/zkp/src/prove/soundness.rs)\r\nis great in that the parameters are drawn directly from the codebase,\r\nbut that makes it difficult to analyze the impact of alternative\r\nparameter choices. The Python calculator enables more flexible\r\nexperimentation for parameter choices.\r\n\r\nThe calculator includes calculations in 4 cryptographic regimes: \r\n- Conjectured Security under Best Known Attack (Toy Problem Conjecture)\r\n- Provable Soundness in the List-Decoding Radius\r\n- Conjectured Security using Algebraic Coding Theoretic Conjectures\r\n- Provable Soundness in the Unique-Decoding Radius\r\n\r\nFor information about RISC Zero's security targets, see the\r\n[Cryptographic Security\r\nModel](https://dev.risczero.com/api/security-model).\r\n\r\nCloses ZKP-54\r\nCloses ZKP-55",
"timestamp": "2024-09-12T23:40:03Z",
"tree_id": "1ece14760ffda62545381c47c0f26aaed3b9bd71",
"url": "https://github.com/risc0/risc0/commit/ebc18c770c4dd5a8e8dfdca1297edb181848405f"
},
"date": 1726184648542,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "execute",
"value": 22007644,
"unit": "Hz"
},
{
"name": "prove/sha-256",
"value": 751498,
"unit": "Hz"
},
{
"name": "prove/poseidon2",
"value": 758794,
"unit": "Hz"
},
{
"name": "lift",
"value": 535190,
"unit": "Hz"
},
{
"name": "join",
"value": 397618,
"unit": "Hz"
},
{
"name": "composite",
"value": 715699,
"unit": "Hz"
},
{
"name": "succinct",
"value": 520112,
"unit": "Hz"
}
]
}
],
"macOS-apple_m2_pro": [
Expand Down Expand Up @@ -46856,6 +46915,6 @@ window.BENCHMARK_DATA = {
}
]
},
"lastUpdate": 1726010178195,
"lastUpdate": 1726184651412,
"repoUrl": "https://github.com/risc0/risc0"
}

0 comments on commit 408b094

Please sign in to comment.