-
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 c692b75
- Loading branch information
github-action-benchmark
committed
Apr 5, 2024
1 parent
955c7e1
commit 58c5a72
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": 1712354545695, | ||
"lastUpdate": 1712358244510, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -121867,6 +121867,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Olivier Desenfans", | ||
"username": "odesenfans" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": false, | ||
"id": "c692b7594a74ee3245cf7affc7c8cfc296b0398c", | ||
"message": "Feature: compute program hash chain (#1647)\n\n* Feature: compute program hash chain\n\nProblem: computing the hash of a program is useful to verify its\nintegrity. This hash is also used for different purposes, like when\nloading a program with the bootloader.\n\nSolution: add a `program_hash` module and the\n`compute_program_hash_chain` function that computes the hash of a\nstripped program, making it usable with `Program` and `CairoPie`\nobjects.\n\n* compile module in no-std", | ||
"timestamp": "2024-04-05T21:58:30Z", | ||
"tree_id": "afc36a799d91154a04375f1fbdd6a67749e0ed19", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/c692b7594a74ee3245cf7affc7c8cfc296b0398c" | ||
}, | ||
"date": 1712358239028, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 20291, | ||
"range": "± 125", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 13861121, | ||
"range": "± 108429", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|