From 136e4216909cee656bd61bbbee27470e60d0846f Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 26 Apr 2024 23:34:56 +0000 Subject: [PATCH] add Benchmark (cargo) benchmark result for 59840b36be82fb7d486939e01799251b3865b97a --- data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/data.js b/data.js index f2798acdbb..c439389c0b 100644 --- a/data.js +++ b/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1714084448290, + "lastUpdate": 1714174496727, "repoUrl": "https://github.com/lambdaclass/cairo-vm", "entries": { "Benchmark": [ @@ -122911,6 +122911,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": "59840b36be82fb7d486939e01799251b3865b97a", + "message": "bugfix: Don't assume outer deref when fetching integer values from references (#1732)\n\n* Add test\n\n* Refactor how references are computes\n\n* Fix some tests\n\n* Fix tests\n\n* Add test\n\n* Clippy\n\n* Fix tests\n\n* Update old test\n\n* Add changelog entry\n\n* Remove misleading comment\n\n---------\n\nCo-authored-by: Pedro Fontana ", + "timestamp": "2024-04-26T22:36:59Z", + "tree_id": "45b81400ca138403731d9eae945e892e1f17b5a2", + "url": "https://github.com/lambdaclass/cairo-vm/commit/59840b36be82fb7d486939e01799251b3865b97a" + }, + "date": 1714174490648, + "tool": "cargo", + "benches": [ + { + "name": "initialize", + "value": 20417, + "range": "± 512", + "unit": "ns/iter" + }, + { + "name": "parse program", + "value": 11449783, + "range": "± 595625", + "unit": "ns/iter" + } + ] } ] }