-
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 bdcfb1f
- Loading branch information
github-action-benchmark
committed
Feb 26, 2024
1 parent
cc365ea
commit 6a2c051
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": 1708685856942, | ||
"lastUpdate": 1708988075897, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -121219,6 +121219,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Pedro Fontana", | ||
"username": "pefontana" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "bdcfb1f4d02ca2151f38169d411de0a4ce50d802", | ||
"message": "Fix uint256_div_mod.cairo entrypoint (#1639)\n\n* Fix uint256_div_mod.cairo entrypoint\n\n* Empty-Commit\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>", | ||
"timestamp": "2024-02-26T22:26:44Z", | ||
"tree_id": "f9b7db04bdff858af38071fe4c4970e5c86d9f3d", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/bdcfb1f4d02ca2151f38169d411de0a4ce50d802" | ||
}, | ||
"date": 1708988070183, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 22288, | ||
"range": "± 263", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11621777, | ||
"range": "± 422577", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|