From 08075f5a5082252c6b85fc508b7bf6b406edd4f6 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 22 Nov 2024 18:55:05 +0000 Subject: [PATCH] add Benchmark (cargo) benchmark result for 0b30ba24485d72e88a81cf9867a1a1e3c3a7112e --- data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/data.js b/data.js index 5ead130074..53da3b4077 100644 --- a/data.js +++ b/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1732189757014, + "lastUpdate": 1732301705836, "repoUrl": "https://github.com/lambdaclass/cairo-vm", "entries": { "Benchmark": [ @@ -125539,6 +125539,42 @@ window.BENCHMARK_DATA = { "unit": "ns/iter" } ] + }, + { + "commit": { + "author": { + "email": "38794644+gabrielbosio@users.noreply.github.com", + "name": "Gabriel Bosio", + "username": "gabrielbosio" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "0b30ba24485d72e88a81cf9867a1a1e3c3a7112e", + "message": "Update codeowners (#1879)", + "timestamp": "2024-11-22T18:21:01Z", + "tree_id": "87730ede42ff75b039ed3bd8f5c56117e201ea1b", + "url": "https://github.com/lambdaclass/cairo-vm/commit/0b30ba24485d72e88a81cf9867a1a1e3c3a7112e" + }, + "date": 1732301699418, + "tool": "cargo", + "benches": [ + { + "name": "initialize", + "value": 13528, + "range": "± 183", + "unit": "ns/iter" + }, + { + "name": "parse program", + "value": 8567970, + "range": "± 361686", + "unit": "ns/iter" + } + ] } ] }