From ccf0c7f2028ce175b30951e91b39f465e609d0e2 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 9 Feb 2024 16:18:54 +0000 Subject: [PATCH] add Benchmark (cargo) benchmark result for 2b171c781ae8cf0d9a88131904ff3b853c39fbe5 --- data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/data.js b/data.js index a2e24661ea..b36f0d4c8f 100644 --- a/data.js +++ b/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1707434360696, + "lastUpdate": 1707495534769, "repoUrl": "https://github.com/lambdaclass/cairo-vm", "entries": { "Benchmark": [ @@ -120751,6 +120751,42 @@ window.BENCHMARK_DATA = { "unit": "ns/iter" } ] + }, + { + "commit": { + "author": { + "email": "99273364+fmoletta@users.noreply.github.com", + "name": "fmoletta", + "username": "fmoletta" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "2b171c781ae8cf0d9a88131904ff3b853c39fbe5", + "message": "Restore `flamegraph` target (#1615)", + "timestamp": "2024-02-09T15:46:49Z", + "tree_id": "3044116b0cc55a769e7afa7f25e59e9da478bc03", + "url": "https://github.com/lambdaclass/cairo-vm/commit/2b171c781ae8cf0d9a88131904ff3b853c39fbe5" + }, + "date": 1707495529534, + "tool": "cargo", + "benches": [ + { + "name": "initialize", + "value": 23830, + "range": "± 76", + "unit": "ns/iter" + }, + { + "name": "parse program", + "value": 15238423, + "range": "± 103090", + "unit": "ns/iter" + } + ] } ] }