Skip to content

Commit

Permalink
add macOS-apple_m2_pro (cargo) benchmark result for 9d247662b452a3de5…
Browse files Browse the repository at this point in the history
…e2e1b18ddca825111cb5ebc
  • Loading branch information
github-action-benchmark committed Nov 15, 2023
1 parent 61f853c commit 36b2dfb
Showing 1 changed file with 79 additions and 1 deletion.
80 changes: 79 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1699995203807,
"lastUpdate": 1700008904683,
"repoUrl": "https://github.com/risc0/risc0",
"entries": {
"macOS-cpu": [
Expand Down Expand Up @@ -52112,6 +52112,84 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Victor Graf",
"username": "nategraf"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "9d247662b452a3de5e2e1b18ddca825111cb5ebc",
"message": "Fix argument hanlding in client/server mode (#1147)\n\nOn `main` arguments are not piped from the protobuf `ExecutorEnv` to the\r\nbuilt env.\r\n\r\nThis PR fixes this issue, and additionally fixes a small number of other\r\nissues affecting `cargo risczero test`; discovered while working on\r\nhttps://github.com/risc0/RustCrypto-crypto-bigint/pull/3",
"timestamp": "2023-11-15T00:35:48Z",
"tree_id": "06bf9f22ff3713813c88da201e0276b867537cdc",
"url": "https://github.com/risc0/risc0/commit/9d247662b452a3de5e2e1b18ddca825111cb5ebc"
},
"date": 1700008902882,
"tool": "cargo",
"benches": [
{
"name": "fib/100/execute",
"value": 16686910,
"range": "± 155368",
"unit": "ns/iter"
},
{
"name": "fib/1000/execute",
"value": 16856498,
"range": "± 290563",
"unit": "ns/iter"
},
{
"name": "fib/10000/execute",
"value": 19939125,
"range": "± 186908",
"unit": "ns/iter"
},
{
"name": "fib/100/prove",
"value": 1317844604,
"range": "± 4823095",
"unit": "ns/iter"
},
{
"name": "fib/1000/prove",
"value": 1334188417,
"range": "± 6823080",
"unit": "ns/iter"
},
{
"name": "fib/10000/prove",
"value": 4830960208,
"range": "± 10084150",
"unit": "ns/iter"
},
{
"name": "fib/100/total",
"value": 1356720729,
"range": "± 6429346",
"unit": "ns/iter"
},
{
"name": "fib/1000/total",
"value": 1366621791,
"range": "± 3994871",
"unit": "ns/iter"
},
{
"name": "fib/10000/total",
"value": 4845068104,
"range": "± 8854114",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 36b2dfb

Please sign in to comment.