From 0c784acb526c492d7df17aba72ff3c689a74681d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 4 Dec 2024 22:25:19 +0000 Subject: [PATCH] add Linux-nvidia_rtx_3090_ti (customBiggerIsBetter) benchmark result for a1d9118982c8792c2fc9b296fd5608e72c8cc06f --- 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 6bc97d40..37802ae7 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -32251,6 +32251,65 @@ window.BENCHMARK_DATA = { "unit": "Hz" } ] + }, + { + "commit": { + "author": { + "email": "tim.zerrell@risczero.com", + "name": "Tim Zerrell", + "username": "tzerrell" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "a1d9118982c8792c2fc9b296fd5608e72c8cc06f", + "message": "Enforce < modulus on bigint results (#2609)\n\nEnforces that we return the canonical form of modular arithmetic\r\noperations from bigint calls (e.g., if we compute the answer to be 2 in\r\nthe finite field of order 3, don't allow returning 5 even though 2 == 5\r\nmod 3).\r\n\r\n---------\r\n\r\nCo-authored-by: Austin Abell ", + "timestamp": "2024-12-04T22:21:09Z", + "tree_id": "30bbfd2a70519a85a21878df1b8ea00f683db954", + "url": "https://github.com/risc0/risc0/commit/a1d9118982c8792c2fc9b296fd5608e72c8cc06f" + }, + "date": 1733351116169, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "execute", + "value": 21908858, + "unit": "Hz" + }, + { + "name": "prove/sha-256", + "value": 939649, + "unit": "Hz" + }, + { + "name": "prove/poseidon2", + "value": 951301, + "unit": "Hz" + }, + { + "name": "lift", + "value": 621048, + "unit": "Hz" + }, + { + "name": "join", + "value": 432531, + "unit": "Hz" + }, + { + "name": "composite", + "value": 878653, + "unit": "Hz" + }, + { + "name": "succinct", + "value": 616327, + "unit": "Hz" + } + ] } ], "macOS-apple_m2_pro": [ @@ -63494,6 +63553,6 @@ window.BENCHMARK_DATA = { } ] }, - "lastUpdate": 1733341234010, + "lastUpdate": 1733351118790, "repoUrl": "https://github.com/risc0/risc0" } \ No newline at end of file