Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 28e055e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 8, 2024
1 parent 7dd1774 commit c60aeeb
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": 1707419096671,
"lastUpdate": 1707434360696,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -120715,6 +120715,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": "28e055eb4960ec18fcf2140793b4ef24ead87df7",
"message": "Remove mentions of lambdaworks-felt feature (#1610)",
"timestamp": "2024-02-08T22:49:14Z",
"tree_id": "a286224c1e7f984fe51f0494beae203ad0646402",
"url": "https://github.com/lambdaclass/cairo-vm/commit/28e055eb4960ec18fcf2140793b4ef24ead87df7"
},
"date": 1707434355465,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 20534,
"range": "± 118",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 15066088,
"range": "± 65014",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit c60aeeb

Please sign in to comment.