Skip to content

Commit

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

0 comments on commit 58c5a72

Please sign in to comment.