-
Notifications
You must be signed in to change notification settings - Fork 164
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 3f9428e
- Loading branch information
github-action-benchmark
committed
Jun 7, 2024
1 parent
a36c443
commit 4b132ef
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": 1717077460062, | ||
"lastUpdate": 1717793339012, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -123955,6 +123955,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Alon-Ti", | ||
"username": "Alon-Ti" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "3f9428e08084cff77f3ac7eb7a2c16c6f761a5f9", | ||
"message": "Fixed CairoPie output builtin data serde. (#1781)\n\nCo-authored-by: Pedro Fontana <[email protected]>", | ||
"timestamp": "2024-06-07T20:30:22Z", | ||
"tree_id": "63d424dda7bd31868f28e7f9e58810a55a9fed3d", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/3f9428e08084cff77f3ac7eb7a2c16c6f761a5f9" | ||
}, | ||
"date": 1717793332810, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 15104, | ||
"range": "± 159", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 13968396, | ||
"range": "± 188473", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|