-
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 061ba87
- Loading branch information
github-action-benchmark
committed
Feb 28, 2024
1 parent
6a2c051
commit 716cdf7
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": 1708988075897, | ||
"lastUpdate": 1709135222909, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -121255,6 +121255,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Juan Bono", | ||
"username": "juanbono" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "061ba872d94a0e49027132f2215b4d4ad4ee95d6", | ||
"message": "Add cairo1-run pretty printing (#1630)\n\n* wip\n\n* refactor serialize_inner\n\n* error handling\n\n* fix array display\n\n* fmt\n\n* edit changelog\n\n* clippy\n\n* add tests\n\n* handle unwraps\n\n* fix clippy", | ||
"timestamp": "2024-02-28T15:17:55Z", | ||
"tree_id": "d4d285e653ee81a818783a4d3db4fad75c2abb67", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/061ba872d94a0e49027132f2215b4d4ad4ee95d6" | ||
}, | ||
"date": 1709135217842, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 22388, | ||
"range": "± 66", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11858790, | ||
"range": "± 198539", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|