Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for c5839fd
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Apr 25, 2024
1 parent eb29bbc commit f4d1802
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": 1714083994060,
"lastUpdate": 1714084448290,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -122875,6 +122875,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "99273364+fmoletta@users.noreply.github.com",
"name": "fmoletta",
"username": "fmoletta"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "c5839fd5b696a58486cde68c394b2f2ca54787d9",
"message": "Replace code with references (#1733)",
"timestamp": "2024-04-25T21:36:10Z",
"tree_id": "8ce84d06ff86f3b45db13e46b86c5c9fd2643d27",
"url": "https://github.com/lambdaclass/cairo-vm/commit/c5839fd5b696a58486cde68c394b2f2ca54787d9"
},
"date": 1714084442809,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 20564,
"range": "± 210",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 13494770,
"range": "± 474612",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit f4d1802

Please sign in to comment.