-
Notifications
You must be signed in to change notification settings - Fork 157
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 f87be4d
- Loading branch information
github-action-benchmark
committed
May 10, 2024
1 parent
8029d9f
commit 1eb2a0c
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": 1715353335775, | ||
"lastUpdate": 1715376674461, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -123487,6 +123487,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Pedro Fontana", | ||
"username": "pefontana" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "f87be4d9cfad2100d4a5c085cf2aabc9caced40f", | ||
"message": "CairoPieValidation to #[error(transparent)] (#1761)\n\n* CairoPieValidation #[error(transparent)]\n\n* Add warning\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>", | ||
"timestamp": "2024-05-10T21:10:05Z", | ||
"tree_id": "9315201553be99701f79f1057e5eb36c7def52f7", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/f87be4d9cfad2100d4a5c085cf2aabc9caced40f" | ||
}, | ||
"date": 1715376669084, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 13779, | ||
"range": "± 355", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 13975312, | ||
"range": "± 326136", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|