-
Notifications
You must be signed in to change notification settings - Fork 160
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 f1d2ec7
- Loading branch information
github-action-benchmark
committed
Feb 19, 2024
1 parent
2e3a4a9
commit 1604876
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": 1708025770760, | ||
"lastUpdate": 1708361332924, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -120931,6 +120931,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": false, | ||
"id": "f1d2ec7457a8a4504764617d1092d6a079189871", | ||
"message": "Add `documentation` label to `changelog` workflow skiplist (#1619)\n\n* Add docs label to changelog workflow skiplist\n\n* Update changelog.yml\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>", | ||
"timestamp": "2024-02-19T16:20:57Z", | ||
"tree_id": "6e484b5b445a8e482fe24e1ca6804e73044c02f6", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/f1d2ec7457a8a4504764617d1092d6a079189871" | ||
}, | ||
"date": 1708361326983, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 20917, | ||
"range": "± 81", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11848072, | ||
"range": "± 174742", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|