From eff7799c6bceda16a35d514422445bcd990e2520 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 14 Nov 2023 16:56:09 -0800 Subject: [PATCH] add macOS-cpu (cargo) benchmark result for 9d247662b452a3de5e2e1b18ddca825111cb5ebc --- dev/bench/data.js | 80 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 79 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 300abde2..01ac5802 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1700009674119, + "lastUpdate": 1700009769782, "repoUrl": "https://github.com/risc0/risc0", "entries": { "macOS-cpu": [ @@ -13106,6 +13106,84 @@ window.BENCHMARK_DATA = { "unit": "ns/iter" } ] + }, + { + "commit": { + "author": { + "email": "victor@risczero.com", + "name": "Victor Graf", + "username": "nategraf" + }, + "committer": { + "email": "noreply@github.com", + "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": [