From 895d8584a4bf435b4e329017534fe134a5264c93 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 23 Jan 2025 15:23:12 +0000 Subject: [PATCH] add Benchmark (cargo) benchmark result for 5af592484d2bc50c8a47151ba24ea14d2c1fe85f --- data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/data.js b/data.js index 4541d74c1b..b8c375ad42 100644 --- a/data.js +++ b/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1736782372834, + "lastUpdate": 1737645792681, "repoUrl": "https://github.com/lambdaclass/cairo-vm", "entries": { "Benchmark": [ @@ -126223,6 +126223,42 @@ window.BENCHMARK_DATA = { "unit": "ns/iter" } ] + }, + { + "commit": { + "author": { + "email": "francogiachetta27@gmail.com", + "name": "Franco Giachetta", + "username": "FrancoGiachetta" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "5af592484d2bc50c8a47151ba24ea14d2c1fe85f", + "message": "Release 2.0.0 rc4 (#1920)\n\n* update to rc4\n\n* Cargo.lock", + "timestamp": "2025-01-23T14:47:28Z", + "tree_id": "0709fa65168f302214c03f897c06af62e0408a30", + "url": "https://github.com/lambdaclass/cairo-vm/commit/5af592484d2bc50c8a47151ba24ea14d2c1fe85f" + }, + "date": 1737645786507, + "tool": "cargo", + "benches": [ + { + "name": "initialize", + "value": 13597, + "range": "± 139", + "unit": "ns/iter" + }, + { + "name": "parse program", + "value": 8602238, + "range": "± 134944", + "unit": "ns/iter" + } + ] } ] }