Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for efecd4f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 21, 2024
1 parent 9e6683c commit 415cea7
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": 1729543742269,
"lastUpdate": 1729547037597,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -125107,6 +125107,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Pedro Fontana",
"username": "pefontana"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "efecd4f62a8317b5297ddccb9c86aa90d21f3959",
"message": "Update cairo-lang deps to v2.9.0 dev.0 (#1858)\n\n* update rust version\n\n* update rust version in CI\n\n* update cairo-lang version to 2.9.0-dev.0\n\n* update Changelog\n\n* update Changelog\n\n---------\n\nCo-authored-by: pefontana <[email protected]>",
"timestamp": "2024-10-21T21:17:10Z",
"tree_id": "eb47f734202799c639560c59bfdf4c723dcc182d",
"url": "https://github.com/lambdaclass/cairo-vm/commit/efecd4f62a8317b5297ddccb9c86aa90d21f3959"
},
"date": 1729547031523,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 14226,
"range": "± 341",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8348927,
"range": "± 271766",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 415cea7

Please sign in to comment.