Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 40257f3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 12, 2024
1 parent f50f280 commit d6c0cb2
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": 1720207617356,
"lastUpdate": 1720825954692,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -124207,6 +124207,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Julian Gonzalez Calderon",
"username": "JulianGCalderon"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "40257f3b4daccdcb45f2edddedde8c39a4ce6ba8",
"message": "fix: Deserialization of negative numbers in scientific notation (#1804)\n\n* fix bug: deserializing negative numbers in scientific notation\n\n* Update changelog",
"timestamp": "2024-07-12T22:49:24Z",
"tree_id": "37af6ccde879bacb0db38526d516f9cc421550e9",
"url": "https://github.com/lambdaclass/cairo-vm/commit/40257f3b4daccdcb45f2edddedde8c39a4ce6ba8"
},
"date": 1720825948270,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 13969,
"range": "± 106",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 14255502,
"range": "± 440978",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit d6c0cb2

Please sign in to comment.