Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 1e2d042
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 19, 2024
1 parent 574087c commit 6a99b31
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": 1732043207037,
"lastUpdate": 1732046257147,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -125467,6 +125467,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Franco Giachetta",
"username": "FrancoGiachetta"
},
"committer": {
"email": "[email protected]",
"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 <[email protected]>\nCo-authored-by: Pedro Fontana <[email protected]>",
"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"
}
]
}
]
}
Expand Down

0 comments on commit 6a99b31

Please sign in to comment.