-
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 fd14d0d
- Loading branch information
github-action-benchmark
committed
May 9, 2024
1 parent
daf7d3b
commit 72b12d8
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": 1715213580121, | ||
"lastUpdate": 1715215406268, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -123307,6 +123307,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": "fd14d0d98d678aca96c029bfff69b66911f92da1", | ||
"message": "ci: shallow clone starkware-libs/cairo (#1753)\n\nThis makes installing deps much quicker.", | ||
"timestamp": "2024-05-09T00:22:58Z", | ||
"tree_id": "ba73d10da6d7caa1ae8ce38e8d0c42b8d9080be6", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/fd14d0d98d678aca96c029bfff69b66911f92da1" | ||
}, | ||
"date": 1715215400768, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 13967, | ||
"range": "± 128", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11865972, | ||
"range": "± 182561", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|