Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 2b171c7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 9, 2024
1 parent c60aeeb commit ccf0c7f
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": 1707434360696,
"lastUpdate": 1707495534769,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -120751,6 +120751,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "fmoletta",
"username": "fmoletta"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "2b171c781ae8cf0d9a88131904ff3b853c39fbe5",
"message": "Restore `flamegraph` target (#1615)",
"timestamp": "2024-02-09T15:46:49Z",
"tree_id": "3044116b0cc55a769e7afa7f25e59e9da478bc03",
"url": "https://github.com/lambdaclass/cairo-vm/commit/2b171c781ae8cf0d9a88131904ff3b853c39fbe5"
},
"date": 1707495529534,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 23830,
"range": "± 76",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 15238423,
"range": "± 103090",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit ccf0c7f

Please sign in to comment.