-
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 d388218
- Loading branch information
github-action-benchmark
committed
Oct 21, 2024
1 parent
5f0a494
commit 9e6683c
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": 1728057697436, | ||
"lastUpdate": 1729543742269, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -125071,6 +125071,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": "d388218aa826acd871c72cec044010195f617514", | ||
"message": "Update rust version (#1857)\n\n* update rust version\n\n* update rust version in CI\n\n* update Changelog\n\n---------\n\nCo-authored-by: pefontana <[email protected]>", | ||
"timestamp": "2024-10-21T20:21:29Z", | ||
"tree_id": "7faa0efd8a6dd415b942a3462a310f473c1e47d4", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/d388218aa826acd871c72cec044010195f617514" | ||
}, | ||
"date": 1729543735804, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 14217, | ||
"range": "± 325", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 8081142, | ||
"range": "± 85787", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|