From 181d1f3e9846ba57d3c6b07c70bc1572d1a1f08f Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 6 Nov 2023 20:52:52 -0800 Subject: [PATCH] add macOS-cpu (cargo) benchmark result for b1e46ab90476e154fb8aad4fa5b3677f5454a88e --- 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 a09d1361..7d9168a9 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1699331914432, + "lastUpdate": 1699332772737, "repoUrl": "https://github.com/risc0/risc0", "entries": { "macOS-cpu": [ @@ -12404,6 +12404,84 @@ window.BENCHMARK_DATA = { "unit": "ns/iter" } ] + }, + { + "commit": { + "author": { + "email": "erik@risczero.com", + "name": "Erik Kaneda", + "username": "SchmErik" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "b1e46ab90476e154fb8aad4fa5b3677f5454a88e", + "message": " executor: restrict software ecall handler address range (#1102)\n\nSoftware ecalls should only send data from valid guest addresses.\r\nRestrict this\r\nby checking at the SyscallContext trait so all software ecall handlers\r\nexhibit\r\nthis property.\r\n\r\nFixes: https://github.com/risc0/risczero-wip/issues/385\r\n\r\n---------\r\n\r\nCo-authored-by: Frank Laub ", + "timestamp": "2023-11-06T20:31:53-08:00", + "tree_id": "95b467213c51ce67b4f1826b9a05cc18d90b1248", + "url": "https://github.com/risc0/risc0/commit/b1e46ab90476e154fb8aad4fa5b3677f5454a88e" + }, + "date": 1699332770905, + "tool": "cargo", + "benches": [ + { + "name": "fib/100/execute", + "value": 16547502, + "range": "± 102466", + "unit": "ns/iter" + }, + { + "name": "fib/1000/execute", + "value": 16971468, + "range": "± 97120", + "unit": "ns/iter" + }, + { + "name": "fib/10000/execute", + "value": 19929714, + "range": "± 139149", + "unit": "ns/iter" + }, + { + "name": "fib/100/prove", + "value": 7835697083, + "range": "± 27957270", + "unit": "ns/iter" + }, + { + "name": "fib/1000/prove", + "value": 7849518437, + "range": "± 87192151", + "unit": "ns/iter" + }, + { + "name": "fib/10000/prove", + "value": 31326961750, + "range": "± 96153562", + "unit": "ns/iter" + }, + { + "name": "fib/100/total", + "value": 7900199187, + "range": "± 41220057", + "unit": "ns/iter" + }, + { + "name": "fib/1000/total", + "value": 7900632750, + "range": "± 93178321", + "unit": "ns/iter" + }, + { + "name": "fib/10000/total", + "value": 31383546083, + "range": "± 112473142", + "unit": "ns/iter" + } + ] } ], "Linux-nvidia_rtx_a5000": [