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 44982a78bd355ea70f08e1dfb01db5f4fc37bedb
  • Loading branch information
github-action-benchmark committed Oct 21, 2024
1 parent 375fdec commit 3d4371c
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 @@ -26351,6 +26351,65 @@ window.BENCHMARK_DATA = {
"unit": "Hz"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Victor Graf",
"username": "nategraf"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "44982a78bd355ea70f08e1dfb01db5f4fc37bedb",
"message": "Disable environment variables and arguments by default in guests (#2415)\n\nThis PR disables syscalls `sys_getenv`, `sys_argc` and `sys_argv` by\r\ndefault, with the option to enable them via a feature flag on the\r\n`risc0-zkvm-platform` crate. In host programs, environment variables and\r\narguments are generally considered trusted. In contrast, the guest does\r\nnot trust the host, which leads to risk that code designed for running\r\non the host may result in insecure behavior when run in the guest.\r\nDisabling environment variables and args by default mitigates this risk.",
"timestamp": "2024-10-21T07:34:10-07:00",
"tree_id": "2cdfb1055382fa3989da021e95e9e38214dd797e",
"url": "https://github.com/risc0/risc0/commit/44982a78bd355ea70f08e1dfb01db5f4fc37bedb"
},
"date": 1729521501034,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "execute",
"value": 21782962,
"unit": "Hz"
},
{
"name": "prove/sha-256",
"value": 728645,
"unit": "Hz"
},
{
"name": "prove/poseidon2",
"value": 735695,
"unit": "Hz"
},
{
"name": "lift",
"value": 528343,
"unit": "Hz"
},
{
"name": "join",
"value": 387547,
"unit": "Hz"
},
{
"name": "composite",
"value": 692740,
"unit": "Hz"
},
{
"name": "succinct",
"value": 504447,
"unit": "Hz"
}
]
}
],
"macOS-apple_m2_pro": [
Expand Down Expand Up @@ -51753,6 +51812,6 @@ window.BENCHMARK_DATA = {
}
]
},
"lastUpdate": 1729204756020,
"lastUpdate": 1729521503515,
"repoUrl": "https://github.com/risc0/risc0"
}

0 comments on commit 3d4371c

Please sign in to comment.