-
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 1f1190b
- Loading branch information
github-action-benchmark
committed
Sep 10, 2024
1 parent
0ace7d2
commit 43c7418
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": 1725464741288, | ||
"lastUpdate": 1726001878599, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -124855,6 +124855,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Franco Giachetta", | ||
"username": "FrancoGiachetta" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "1f1190b5c079c777c41e35c348eaa0b5447063e8", | ||
"message": "Cairo-lang2.8.0 (#1833)\n\n* update cairo-lang to 2.8.0\n\n* working\n\n* format\n\n* typo\n\n* fix lints\n\n* update rusttoolchain\n\n* remove duplicated imports\n\n* remove unused imports\n\n* remove zip unused dependencies\n\n* uncomment\n\n* undo dependecy upgrade\n\n* update readme\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>", | ||
"timestamp": "2024-09-10T20:30:37Z", | ||
"tree_id": "39fa4078cbbdc35c23a9e2d352079fd3e4f15a47", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/1f1190b5c079c777c41e35c348eaa0b5447063e8" | ||
}, | ||
"date": 1726001872664, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 14021, | ||
"range": "± 77", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 7988307, | ||
"range": "± 81635", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|