Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 8f2ddf8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 15, 2024
1 parent fd7e55c commit 2e3a4a9
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": 1707526825478,
"lastUpdate": 1708025770760,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -120895,6 +120895,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Juan Bono",
"username": "juanbono"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "8f2ddf818f2797cd1a38486b646a09384fd71f9e",
"message": "Fix cairo1 Felt252DictEntryUpdate hint (#1624)\n\n* change felt for maybe relocatable\n\n* add changelog and improve code\n\n* Add unit test\n\n* cippy\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>",
"timestamp": "2024-02-15T19:07:45Z",
"tree_id": "6476c1e18c8ddeec136e9c4a0be9f9de29611893",
"url": "https://github.com/lambdaclass/cairo-vm/commit/8f2ddf818f2797cd1a38486b646a09384fd71f9e"
},
"date": 1708025765780,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 20918,
"range": "± 112",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11524920,
"range": "± 79337",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 2e3a4a9

Please sign in to comment.