-
Notifications
You must be signed in to change notification settings - Fork 163
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 5af5924
- Loading branch information
github-action-benchmark
committed
Jan 23, 2025
1 parent
11062d5
commit 895d858
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": 1736782372834, | ||
"lastUpdate": 1737645792681, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -126223,6 +126223,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Franco Giachetta", | ||
"username": "FrancoGiachetta" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "5af592484d2bc50c8a47151ba24ea14d2c1fe85f", | ||
"message": "Release 2.0.0 rc4 (#1920)\n\n* update to rc4\n\n* Cargo.lock", | ||
"timestamp": "2025-01-23T14:47:28Z", | ||
"tree_id": "0709fa65168f302214c03f897c06af62e0408a30", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/5af592484d2bc50c8a47151ba24ea14d2c1fe85f" | ||
}, | ||
"date": 1737645786507, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 13597, | ||
"range": "± 139", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 8602238, | ||
"range": "± 134944", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|