Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 4089b46
Browse files Browse the repository at this point in the history
  • 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.
92 changes: 91 additions & 1 deletion data.js
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": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit c7c78fd

Please sign in to comment.