-
Notifications
You must be signed in to change notification settings - Fork 160
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 5da72d9
- Loading branch information
github-action-benchmark
committed
May 9, 2024
1 parent
7b32054
commit daf7d3b
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": 1715211711565, | ||
"lastUpdate": 1715213580121, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -123271,6 +123271,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Mario Rugiero", | ||
"username": "Oppen" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "5da72d96cf539eeed5577fc8885835d215034401", | ||
"message": "feat: unify test utils to a single feature (#1755)\n\n* feat: unify test utils to a single feature\n\n* Update changelog\n\n* Also cover arbitrary\n\n* Fixes", | ||
"timestamp": "2024-05-08T23:54:16Z", | ||
"tree_id": "1bab50af217182db37c4d6d655a4f90fbcef711e", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/5da72d96cf539eeed5577fc8885835d215034401" | ||
}, | ||
"date": 1715213573995, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 13857, | ||
"range": "± 62", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11993230, | ||
"range": "± 104752", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|