Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for be5cb9a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 19, 2024
1 parent f50aa1c commit 574087c
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": 1731614564484,
"lastUpdate": 1732043207037,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -125431,6 +125431,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": true,
"id": "be5cb9a20b661cadc1382a987032141c6b80251a",
"message": "Fix scientific notation test (#1878)\n\n* fix test\n\n* fix test\n\n* reviews",
"timestamp": "2024-11-19T18:32:53Z",
"tree_id": "5ca5ad66fdf97b18ee285154099b72cede4aa2f4",
"url": "https://github.com/lambdaclass/cairo-vm/commit/be5cb9a20b661cadc1382a987032141c6b80251a"
},
"date": 1732043201088,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 14224,
"range": "± 215",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8682987,
"range": "± 156279",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 574087c

Please sign in to comment.