diff --git a/data.js b/data.js index ee35c640a9..94c1886782 100644 --- a/data.js +++ b/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1732043207037, + "lastUpdate": 1732046257147, "repoUrl": "https://github.com/lambdaclass/cairo-vm", "entries": { "Benchmark": [ @@ -125467,6 +125467,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": false, + "id": "1e2d0421bb577cf994cb01a91d0631304138d159", + "message": " Implement TestLessThanOrEqualAddress y EvalCircuit Hints (#1843)\n\n* add TestLessThanOrEqual match case + start implementing EvalCircuit Hint\n\n* add eval circuit functionallity\n\n* Add support for circuit builtins in cairo-run\n\n* possible fix to segment error in EvalCircuit Hint\n\n* remove unwanted files\n\n* format\n\n* fix NoStopPointer issue\n\n* tests passing\n\n* tests passing\n\n* default mod_builtins feature\n\n* format + update changelog\n\n* ignore circuit case if mod_builtin feature is not active\n\n* add mod_builtin feature to make run\n\n* format\n\n* fix tests\n\n* rewrite a little\n\n* format\n\n* stylling\n\n* stylling\n\n* reference\n\n* cargo lock\n\n* remove unwanted files\n\n* change test\n\n* format\n\n* better error handling\n\n* better error handling\n\n* better error handling\n\n* fix\n\n* fix CHANGELOG\n\n* fix unwraps\n\n* fix unwraps\n\n* fix unwraps\n\n* clippy\n\n---------\n\nCo-authored-by: Julián González Calderón \nCo-authored-by: Pedro Fontana ", + "timestamp": "2024-11-19T19:27:37Z", + "tree_id": "16934335a549177aa762478d50f47dbd145ec702", + "url": "https://github.com/lambdaclass/cairo-vm/commit/1e2d0421bb577cf994cb01a91d0631304138d159" + }, + "date": 1732046250918, + "tool": "cargo", + "benches": [ + { + "name": "initialize", + "value": 13557, + "range": "± 112", + "unit": "ns/iter" + }, + { + "name": "parse program", + "value": 8074534, + "range": "± 326167", + "unit": "ns/iter" + } + ] } ] }