Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 006666e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 27, 2023
1 parent 4a18f8a commit 3011a47
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": 1700863977430,
"lastUpdate": 1701116489907,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -119005,6 +119005,96 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "fmoletta",
"username": "fmoletta"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "006666e24b800ac1ce99c397b31d4c96aec547df",
"message": "Add `HintProcessor::execute_hint_extensive` + refactor `hint_ranges` (#1491)\n\n* Usa a Hashmap for HintRanges\n\n* Add execute_and_mutate_hints\n\n* comments\n\n* Fix hashmap ranges-related stuff\n\n* Add execute_hint_extensive\n\n* Process\n\n* Add error handling\n\n* Add comments & remove previous impl\n\n* Use Box to reduce output size\n\n* Fix tests\n\n* Fix tests\n\n* Fix bug\n\n* Revert hook changes + fmt\n\n* Uncomment code\n\n* revert hook-related vchanges'\n\n'\n'\n\n* Add comments\n\n* Remove old comments from proxy era\n\n* Revert \"Use Box to reduce output size\"\n\nThis reverts commit fc76a36c9129829b774af37c5da928bac16b73c6.\n\n* Simplify output type of execute_hint_extensive`\n`\n\n* Add disclaimers for execute_hint & execute_hint_extensive\n\n* Start changelog\n\n* List functionality changes in changelog\n\n* fix names",
"timestamp": "2023-11-27T18:52:26Z",
"tree_id": "8b95a256c7276ba84e06a7ceb9d4568a0b179187",
"url": "https://github.com/lambdaclass/cairo-vm/commit/006666e24b800ac1ce99c397b31d4c96aec547df"
},
"date": 1701116484954,
"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": 1169,
"range": "± 13",
"unit": "ns/iter"
},
{
"name": "initialize",
"value": 44769,
"range": "± 677",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11872100,
"range": "± 54952",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 3011a47

Please sign in to comment.