-
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 88a5bf1
- Loading branch information
github-action-benchmark
committed
Jan 2, 2024
1 parent
187753b
commit 3f34c3b
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": 1704203773791, | ||
"lastUpdate": 1704231999424, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -119743,6 +119743,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Mario Rugiero", | ||
"username": "Oppen" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": false, | ||
"id": "88a5bf18900590478b63c65c73ea8f5d60605c41", | ||
"message": "ci: set default proptest limits (#1521)", | ||
"timestamp": "2024-01-02T21:19:27Z", | ||
"tree_id": "4b68ee0ac2d565a800bd6c1f6a455237cf31380b", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/88a5bf18900590478b63c65c73ea8f5d60605c41" | ||
}, | ||
"date": 1704231993514, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 20004, | ||
"range": "± 40", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 12024317, | ||
"range": "± 147266", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|