From 215219ebc6695e2614163659151e11949d31f5a7 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 9 Feb 2024 21:00:44 +0000 Subject: [PATCH] add Benchmark (cargo) benchmark result for f2ddc90a5493b03364b7f0f0198e9b48b915babc --- data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/data.js b/data.js index ceec67cb53..fffeed2afb 100644 --- a/data.js +++ b/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1707502208340, + "lastUpdate": 1707512444709, "repoUrl": "https://github.com/lambdaclass/cairo-vm", "entries": { "Benchmark": [ @@ -120823,6 +120823,42 @@ window.BENCHMARK_DATA = { "unit": "ns/iter" } ] + }, + { + "commit": { + "author": { + "email": "fontana.pedro93@gmail.com", + "name": "Pedro Fontana", + "username": "pefontana" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "f2ddc90a5493b03364b7f0f0198e9b48b915babc", + "message": "Update Rust version to 1.74.1 (#1605)\n\n* Update rust version to 1.74.1\n\n* cargo fmt -all\n\n* Update Makefile\n\n* cargo clippy --fix\n\n* fix cargo clippy\n\n* restore fuzzer/Cargo.lock\n\n---------\n\nCo-authored-by: Pedro Fontana ", + "timestamp": "2024-02-09T20:31:56Z", + "tree_id": "c4d7c7222ab7fe7025d64560643fa631fdb7738d", + "url": "https://github.com/lambdaclass/cairo-vm/commit/f2ddc90a5493b03364b7f0f0198e9b48b915babc" + }, + "date": 1707512439206, + "tool": "cargo", + "benches": [ + { + "name": "initialize", + "value": 23850, + "range": "± 77", + "unit": "ns/iter" + }, + { + "name": "parse program", + "value": 11716207, + "range": "± 408258", + "unit": "ns/iter" + } + ] } ] }