Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 577f744
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 3, 2024
1 parent 5e7cdf7 commit 45c102a
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1733180258033,
"lastUpdate": 1733236725921,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -125719,6 +125719,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Olivier Desenfans",
"username": "odesenfans"
},
"committer": {
"email": "[email protected]",
"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 <[email protected]>\nCo-authored-by: Herman Obst Demaestri <[email protected]>",
"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"
}
]
}
]
}
Expand Down

0 comments on commit 45c102a

Please sign in to comment.