Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 4777afd
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Apr 5, 2024
1 parent 61bfc1b commit 955c7e1
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": 1712329966069,
"lastUpdate": 1712354545695,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -121831,6 +121831,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": "4777afdfaf1140368354137417abf806d1de80a7",
"message": "Remove `#[allow(deprecated)]` & `#[allow(dead_code)]` (#1656)\n\n* Remove `#[allow(deprecated)]` & `#[allow(dead_code)]``\n\"\n\"\n\n* Remove allow(dead_code)",
"timestamp": "2024-04-05T20:55:59Z",
"tree_id": "593d3ee70400d8662aaf2eb949750ebbc3f31115",
"url": "https://github.com/lambdaclass/cairo-vm/commit/4777afdfaf1140368354137417abf806d1de80a7"
},
"date": 1712354540523,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 20404,
"range": "± 68",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11356102,
"range": "± 85962",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 955c7e1

Please sign in to comment.