Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for f2ddc90
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 9, 2024
1 parent 9b3e701 commit 215219e
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": 1707502208340,
"lastUpdate": 1707512444709,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -120823,6 +120823,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": "f2ddc90a5493b03364b7f0f0198e9b48b915babc",
"message": "Update Rust version to 1.74.1 (#1605)\n\n* Update rust version to 1.74.1\n\n* cargo fmt -all\n\n* Update Makefile\n\n* cargo clippy --fix\n\n* fix cargo clippy\n\n* restore fuzzer/Cargo.lock\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>",
"timestamp": "2024-02-09T20:31:56Z",
"tree_id": "c4d7c7222ab7fe7025d64560643fa631fdb7738d",
"url": "https://github.com/lambdaclass/cairo-vm/commit/f2ddc90a5493b03364b7f0f0198e9b48b915babc"
},
"date": 1707512439206,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 23850,
"range": "± 77",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11716207,
"range": "± 408258",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 215219e

Please sign in to comment.