Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 59a97c7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 7, 2024
1 parent f8cd341 commit b3129af
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": 1709845184218,
"lastUpdate": 1709845193103,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -121471,6 +121471,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": "59a97c75394037687d7064a7f8641dc679c5842f",
"message": "Show only layout builtins in air private input (#1651)\n\n* Show only layout builtins in air private input\n\n* Add test\n\n* Add changelog entry\n\n* Fix wasm import",
"timestamp": "2024-03-07T20:32:23Z",
"tree_id": "525233e8512e153ae3061030523a49392ccd5ce0",
"url": "https://github.com/lambdaclass/cairo-vm/commit/59a97c75394037687d7064a7f8641dc679c5842f"
},
"date": 1709845188019,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 23254,
"range": "± 78",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11463629,
"range": "± 808958",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit b3129af

Please sign in to comment.