From 6a2c05117f5c51a1439355c75a4bf5652afd8034 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 26 Feb 2024 22:54:36 +0000 Subject: [PATCH] add Benchmark (cargo) benchmark result for bdcfb1f4d02ca2151f38169d411de0a4ce50d802 --- data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/data.js b/data.js index d4a41457a6..9f283fa1ea 100644 --- a/data.js +++ b/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1708685856942, + "lastUpdate": 1708988075897, "repoUrl": "https://github.com/lambdaclass/cairo-vm", "entries": { "Benchmark": [ @@ -121219,6 +121219,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": "bdcfb1f4d02ca2151f38169d411de0a4ce50d802", + "message": "Fix uint256_div_mod.cairo entrypoint (#1639)\n\n* Fix uint256_div_mod.cairo entrypoint\n\n* Empty-Commit\n\n---------\n\nCo-authored-by: Pedro Fontana ", + "timestamp": "2024-02-26T22:26:44Z", + "tree_id": "f9b7db04bdff858af38071fe4c4970e5c86d9f3d", + "url": "https://github.com/lambdaclass/cairo-vm/commit/bdcfb1f4d02ca2151f38169d411de0a4ce50d802" + }, + "date": 1708988070183, + "tool": "cargo", + "benches": [ + { + "name": "initialize", + "value": 22288, + "range": "± 263", + "unit": "ns/iter" + }, + { + "name": "parse program", + "value": 11621777, + "range": "± 422577", + "unit": "ns/iter" + } + ] } ] }