-
Notifications
You must be signed in to change notification settings - Fork 164
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 59840b3
- Loading branch information
github-action-benchmark
committed
Apr 26, 2024
1 parent
f4d1802
commit 136e421
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": 1714084448290, | ||
"lastUpdate": 1714174496727, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -122911,6 +122911,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "fmoletta", | ||
"username": "fmoletta" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "59840b36be82fb7d486939e01799251b3865b97a", | ||
"message": "bugfix: Don't assume outer deref when fetching integer values from references (#1732)\n\n* Add test\n\n* Refactor how references are computes\n\n* Fix some tests\n\n* Fix tests\n\n* Add test\n\n* Clippy\n\n* Fix tests\n\n* Update old test\n\n* Add changelog entry\n\n* Remove misleading comment\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>", | ||
"timestamp": "2024-04-26T22:36:59Z", | ||
"tree_id": "45b81400ca138403731d9eae945e892e1f17b5a2", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/59840b36be82fb7d486939e01799251b3865b97a" | ||
}, | ||
"date": 1714174490648, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 20417, | ||
"range": "± 512", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11449783, | ||
"range": "± 595625", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|