-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for efecd4f
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|