-
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 4089b46
- Loading branch information
github-action-benchmark
committed
Nov 23, 2023
1 parent
466ff82
commit c7c78fd
Showing
1 changed file
with
91 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": 1700693311071, | ||
"lastUpdate": 1700774603506, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -118825,6 +118825,96 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "greged93", | ||
"username": "greged93" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "4089b469ae855414b098abed1fd15f73b03ab7e1", | ||
"message": "feat: add printing hints (#1476)\n\n* add print hints\n\n* test\n\n* remove u256 add felt\n\n* change log\n\n* fix based on comments\n\n* add std feature for print\n\n* Move Cairo Programs\n\n* Update Makefile\n\n* Use print tag in test\n\n* cargo fmt\n\n* Update Makefile\n\n* Update Makefile\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>", | ||
"timestamp": "2023-11-23T20:42:32Z", | ||
"tree_id": "b3bc072bf09e9581de42133a104d1e11fb490dc8", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/4089b469ae855414b098abed1fd15f73b03ab7e1" | ||
}, | ||
"date": 1700774598751, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "add_u64_with_felt/1", | ||
"value": 1, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "add_u64_with_felt/2", | ||
"value": 1, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "add_u64_with_felt/3", | ||
"value": 0, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "add_u64_with_felt/4", | ||
"value": 0, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "add_u64_with_felt/5", | ||
"value": 0, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "add_u64_with_felt/6", | ||
"value": 1, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "add_u64_with_felt/7", | ||
"value": 1, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "add_u64_with_felt/8", | ||
"value": 1, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "build runner", | ||
"value": 1158, | ||
"range": "± 4", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "initialize", | ||
"value": 45747, | ||
"range": "± 281", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 14329861, | ||
"range": "± 107237", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|