From 5641116bcc867ccad6f8d1d9f3a16b3c5752ff71 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 23 May 2024 17:04:27 +0000 Subject: [PATCH] add Benchmark (cargo) benchmark result for a30e5c8e5c9e2c6502da595cc96582a118ff62c0 --- data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/data.js b/data.js index a4b0e574d1..bf7acc1486 100644 --- a/data.js +++ b/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1716412555545, + "lastUpdate": 1716483867676, "repoUrl": "https://github.com/lambdaclass/cairo-vm", "entries": { "Benchmark": [ @@ -123739,6 +123739,42 @@ window.BENCHMARK_DATA = { "unit": "ns/iter" } ] + }, + { + "commit": { + "author": { + "email": "desenfans.olivier@gmail.com", + "name": "Olivier Desenfans", + "username": "odesenfans" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "a30e5c8e5c9e2c6502da595cc96582a118ff62c0", + "message": "fix: make MemorySegmentManager.finalize() public (#1771)\n\n* fix: make MemorySegmentsManager.finalize() public\n\nThis method is used in some of the bootloader hints.\n\n* changelog", + "timestamp": "2024-05-23T16:45:49Z", + "tree_id": "bffdda6d50c6cbbc342a1b06e9950f580129dc4e", + "url": "https://github.com/lambdaclass/cairo-vm/commit/a30e5c8e5c9e2c6502da595cc96582a118ff62c0" + }, + "date": 1716483862009, + "tool": "cargo", + "benches": [ + { + "name": "initialize", + "value": 13943, + "range": "± 92", + "unit": "ns/iter" + }, + { + "name": "parse program", + "value": 11726074, + "range": "± 339936", + "unit": "ns/iter" + } + ] } ] }