Skip to content

Commit

Permalink
add macOS-cpu (cargo) benchmark result for 9d247662b452a3de5e2e1b18dd…
Browse files Browse the repository at this point in the history
…ca825111cb5ebc
  • Loading branch information
github-action-benchmark committed Nov 15, 2023
1 parent 3057441 commit eff7799
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": 1700009674119,
"lastUpdate": 1700009769782,
"repoUrl": "https://github.com/risc0/risc0",
"entries": {
"macOS-cpu": [
Expand Down Expand Up @@ -13106,6 +13106,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": 1700009767756,
"tool": "cargo",
"benches": [
{
"name": "fib/100/execute",
"value": 16555633,
"range": "± 112156",
"unit": "ns/iter"
},
{
"name": "fib/1000/execute",
"value": 16889279,
"range": "± 68296",
"unit": "ns/iter"
},
{
"name": "fib/10000/execute",
"value": 19708771,
"range": "± 237883",
"unit": "ns/iter"
},
{
"name": "fib/100/prove",
"value": 7786593833,
"range": "± 81159054",
"unit": "ns/iter"
},
{
"name": "fib/1000/prove",
"value": 7820313458,
"range": "± 15935885",
"unit": "ns/iter"
},
{
"name": "fib/10000/prove",
"value": 31398269375,
"range": "± 272777430",
"unit": "ns/iter"
},
{
"name": "fib/100/total",
"value": 7806970166,
"range": "± 101267944",
"unit": "ns/iter"
},
{
"name": "fib/1000/total",
"value": 7857821958,
"range": "± 90293153",
"unit": "ns/iter"
},
{
"name": "fib/10000/total",
"value": 31247198583,
"range": "± 316160578",
"unit": "ns/iter"
}
]
}
],
"Linux-nvidia_rtx_a5000": [
Expand Down

0 comments on commit eff7799

Please sign in to comment.