Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 88031c7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 30, 2024
1 parent 736d8b2 commit a36c443
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": 1716920697681,
"lastUpdate": 1717077460062,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -123919,6 +123919,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": "88031c749e994e6d210ec3613c2f7ca20b0954e0",
"message": "refactor: Add boolean method `Cairo1RunConfig::copy_to_output` + Update Doc (#1778)\n\n* Add boolean method copy_to_output\n\n* Update doc\n\n* Update doc\n\n* Add changelog entry\n\n* fmt",
"timestamp": "2024-05-30T13:38:57Z",
"tree_id": "11585be5b463340057d9262854ae1e70867e7eca",
"url": "https://github.com/lambdaclass/cairo-vm/commit/88031c749e994e6d210ec3613c2f7ca20b0954e0"
},
"date": 1717077453576,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 14357,
"range": "± 98",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11606500,
"range": "± 97607",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit a36c443

Please sign in to comment.