Skip to content

Commit

Permalink
add Linux-g6.xlarge (customBiggerIsBetter) benchmark result for 429ae…
Browse files Browse the repository at this point in the history
…93a0f890ffa3a49db742923fd761c626e6c
  • Loading branch information
github-action-benchmark committed Aug 27, 2024
1 parent 1546b8e commit 1614052
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 @@ -42310,9 +42310,68 @@ window.BENCHMARK_DATA = {
"unit": "Hz"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Erik Kaneda",
"username": "SchmErik"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "429ae93a0f890ffa3a49db742923fd761c626e6c",
"message": "Add `#[allow(unreachable_patterns)]` to fix warning from nightly builds (#2278)\n\nToday's rustc nightly adds a new warning. Add a few cfg's to fix the\r\nfollowing warning generated by rustc:\r\n\r\n```\r\nerror: unreachable pattern\r\n --> risc0/zkvm/src/host/api/convert.rs:732:21\r\n |\r\n732 | MaybePruned::Value(input) => MaybePruned::Value(Some(input)),\r\n | ^^^^^^^^^^^^^^^^^^^^^^^^^ matches no values because `receipt_claim::Input` is uninhabited\r\n |\r\n = note: to learn more about uninhabited types, see https://doc.rust-lang.org/nomicon/exotic-sizes.html#empty-types\r\n = note: `-D unreachable-patterns` implied by `-D warnings`\r\n = help: to override `-D warnings` add `#[allow(unreachable_patterns)]`\r\n\r\nerror: unreachable pattern\r\n --> risc0/zkvm/src/host/api/convert.rs:959:17\r\n |\r\n959 | MaybePruned::Value(inner) => {\r\n | ^^^^^^^^^^^^^^^^^^^^^^^^^ matches no values because `Unknown` is uninhabited\r\n |\r\n = note: to learn more about uninhabited types, see https://doc.rust-lang.org/nomicon/exotic-sizes.html#empty-types\r\n```",
"timestamp": "2024-08-27T21:14:04Z",
"tree_id": "8a0dbfa7d851ef556dabf9b860d6c3e5f57ab561",
"url": "https://github.com/risc0/risc0/commit/429ae93a0f890ffa3a49db742923fd761c626e6c"
},
"date": 1724793979102,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "execute",
"value": 22676962,
"unit": "Hz"
},
{
"name": "prove/sha-256",
"value": 478597,
"unit": "Hz"
},
{
"name": "prove/poseidon2",
"value": 493325,
"unit": "Hz"
},
{
"name": "lift",
"value": 443667,
"unit": "Hz"
},
{
"name": "join",
"value": 313995,
"unit": "Hz"
},
{
"name": "composite",
"value": 470691,
"unit": "Hz"
},
{
"name": "succinct",
"value": 363075,
"unit": "Hz"
}
]
}
]
},
"lastUpdate": 1724793662112,
"lastUpdate": 1724793987033,
"repoUrl": "https://github.com/risc0/risc0"
}

0 comments on commit 1614052

Please sign in to comment.