diff --git a/data.js b/data.js index a135e058de..70b840d406 100644 --- a/data.js +++ b/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1733180258033, + "lastUpdate": 1733236725921, "repoUrl": "https://github.com/lambdaclass/cairo-vm", "entries": { "Benchmark": [ @@ -125719,6 +125719,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": false, + "id": "577f74498ee5b3448e5a4dea69ec4607b34c4734", + "message": "feat: SECP related hints (#1829)\n\n* feat: secp-related hints\n\nProblem: we need an implementation of the hints used by the Starknet OS\nin the secp syscalls. These hints rely on private primitives in\n`cairo-vm` and need to be implemented here.\n\nSolution: this PR adds an implementation of all the hints that require\n`cairo-vm` primitives in the `cairo-vm` repository.\n\n* PR link in changelog\n\n* fix: handle unwraps in secp hints with HintError variants\n\n* add: cairo-0-secp-hints to allow enabling secp related hints\n\n* lint: clippy replace `.get(0)` with `.first()`\n\n* tests: add integration tests for cairo-0-secp hints\n\n* fix: add missing feature `cairo-0-secp-hints` in tests\n\n* fix: get the ec_cairo test running\n\n* fix: move the test programs to own dir and update Makefile\n\n* fix: remove some test remnants\n\n* fix: move cairo-0-secp-hints to special_features matrix\n\n* lint: cargo fmt\n\n* fix: remove unneeed recipes\n\n* fix: remove SECP_CAIRO0_HINTS_PROOF_TESTS\n\n* fix: remove unused error variant\n\n* fix: use div_mod_floor instead of div_rem\n\n* revert: use div_mod_floor instead of div_rem\n\n* changelog: add this PR to upcoming changes\n\n* fix: remove unnecessary newline\n\n---------\n\nCo-authored-by: whichqua \nCo-authored-by: Herman Obst Demaestri ", + "timestamp": "2024-12-03T14:08:52Z", + "tree_id": "b794ee1d5710ab99345f6264af16cd9c8a2bb2bf", + "url": "https://github.com/lambdaclass/cairo-vm/commit/577f74498ee5b3448e5a4dea69ec4607b34c4734" + }, + "date": 1733236719711, + "tool": "cargo", + "benches": [ + { + "name": "initialize", + "value": 14126, + "range": "± 102", + "unit": "ns/iter" + }, + { + "name": "parse program", + "value": 8207685, + "range": "± 163482", + "unit": "ns/iter" + } + ] } ] }