From 25c91e4faf5be963df7c2698c07e567ac0f180e6 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 13 Sep 2024 14:26:37 -0700 Subject: [PATCH] add macOS-apple_m2_pro (customBiggerIsBetter) benchmark result for c955c93a9e15903fd9386f176a3649b27ffaacb7 --- dev/bench/data.js | 61 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 6a51d231..093ded9f 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -36194,6 +36194,65 @@ window.BENCHMARK_DATA = { "unit": "Hz" } ] + }, + { + "commit": { + "author": { + "email": "victor@risczero.com", + "name": "Victor Graf", + "username": "nategraf" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "c955c93a9e15903fd9386f176a3649b27ffaacb7", + "message": "Plumb ReceiptClaim through SessionInfo and client-server (#2342)\n\nThis PR plumbs the `session.claim()` through to the `SessionInfo` such\r\nthat it is available from executions carried out with the `Executor`\r\ntrait. Motivation for this PR is that I am writing some tests of\r\ncomposition and want to be able to run the executor and convert the\r\nresult into a fake receipt. This is possible with `ExecutorImpl`, but\r\nnot with `Executor` right now.\r\n\r\nMore context on\r\nhttps://github.com/risc0/risc0/issues/2267#issuecomment-2347372529\r\n\r\nCloses #2267", + "timestamp": "2024-09-13T21:22:21Z", + "tree_id": "8ce2e1ba20af6175644f497345ab4e46fcfcbcaf", + "url": "https://github.com/risc0/risc0/commit/c955c93a9e15903fd9386f176a3649b27ffaacb7" + }, + "date": 1726262794810, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "execute", + "value": 32326200, + "unit": "Hz" + }, + { + "name": "prove/sha-256", + "value": 103925, + "unit": "Hz" + }, + { + "name": "prove/poseidon2", + "value": 90496, + "unit": "Hz" + }, + { + "name": "lift", + "value": 161293, + "unit": "Hz" + }, + { + "name": "join", + "value": 150251, + "unit": "Hz" + }, + { + "name": "composite", + "value": 102219, + "unit": "Hz" + }, + { + "name": "succinct", + "value": 79199, + "unit": "Hz" + } + ] } ], "macOS-cpu": [ @@ -47328,6 +47387,6 @@ window.BENCHMARK_DATA = { } ] }, - "lastUpdate": 1726252904470, + "lastUpdate": 1726262796930, "repoUrl": "https://github.com/risc0/risc0" } \ No newline at end of file