-
Notifications
You must be signed in to change notification settings - Fork 157
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 6c276fc
- Loading branch information
github-action-benchmark
committed
Jun 28, 2024
1 parent
d03faf7
commit 9587c2a
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": 1718825626517, | ||
"lastUpdate": 1719608142543, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -124063,6 +124063,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": "6c276fcee4d7024fefd8c1dab19e9ab2ace0e068", | ||
"message": "Update cairo-lang version to 2.6.4 (#1799)\n\n* update cairo-lang to 2.6.4\n\n* update CHANGELOG.md\n\n* update serialization of air_public_input\n\n* CHANGELOG.md\n\n* update CHANGELOG.md", | ||
"timestamp": "2024-06-28T20:37:04Z", | ||
"tree_id": "9d8c138a18b68d5f75cbd8bc9bcaa2a4d3262053", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/6c276fcee4d7024fefd8c1dab19e9ab2ace0e068" | ||
}, | ||
"date": 1719608136863, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 14255, | ||
"range": "± 89", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 13390821, | ||
"range": "± 81290", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|