Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for b28f22d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 9, 2024
1 parent ccf0c7f commit 9b3e701
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": 1707495534769,
"lastUpdate": 1707502208340,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -120787,6 +120787,42 @@ 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": true,
"id": "b28f22dc887a8b71dadb4a5dc116e104c962c394",
"message": "Use locked dependencies to install `cargo-nextest` & `wasm-pack` (#1614)\n\n* Use locked dependencies to install cargo-nextest\n\n* Also lock wasm-pack",
"timestamp": "2024-02-09T17:39:25Z",
"tree_id": "7c7d8d816c262e90221f8899451e3e7594ed25b1",
"url": "https://github.com/lambdaclass/cairo-vm/commit/b28f22dc887a8b71dadb4a5dc116e104c962c394"
},
"date": 1707502203391,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 20949,
"range": "± 67",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 15379573,
"range": "± 136418",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 9b3e701

Please sign in to comment.