-
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 0f29713
- Loading branch information
github-action-benchmark
committed
Jul 16, 2024
1 parent
d122c63
commit 3ce7763
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": 1720828962301, | ||
"lastUpdate": 1721136890476, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -124279,6 +124279,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": false, | ||
"id": "0f29713ab43a02b7fb152b95c9fd3316810f87a1", | ||
"message": "Test adding programs using non squashed Felt252Dict (#1797)\n\n* adding programs using non squshed Felt252\n\n* update CHANGELOG.md\n\n* update CHANGELOG.md\n\n* add tests\n\n* update CHANGELOG.md\n\n* change CHANGELOG + lint\n\n* making requested changes\n\n* linting\n\n* linting\n\n* clarifying tests\n\n* comment fixing\n\n* requested changes\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>", | ||
"timestamp": "2024-07-16T13:07:53Z", | ||
"tree_id": "67d8babbed7d774fea471861565e9dceea9e025a", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/0f29713ab43a02b7fb152b95c9fd3316810f87a1" | ||
}, | ||
"date": 1721136884752, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 13944, | ||
"range": "± 162", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11683505, | ||
"range": "± 447171", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|