-
Notifications
You must be signed in to change notification settings - Fork 151
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 b28f22d
- Loading branch information
github-action-benchmark
committed
Feb 9, 2024
1 parent
ccf0c7f
commit 9b3e701
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": 1707495534769, | ||
"lastUpdate": 1707502208340, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -120787,6 +120787,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": "b28f22dc887a8b71dadb4a5dc116e104c962c394", | ||
"message": "Use locked dependencies to install `cargo-nextest` & `wasm-pack` (#1614)\n\n* Use locked dependencies to install cargo-nextest\n\n* Also lock wasm-pack", | ||
"timestamp": "2024-02-09T17:39:25Z", | ||
"tree_id": "7c7d8d816c262e90221f8899451e3e7594ed25b1", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/b28f22dc887a8b71dadb4a5dc116e104c962c394" | ||
}, | ||
"date": 1707502203391, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 20949, | ||
"range": "± 67", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 15379573, | ||
"range": "± 136418", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|