Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 88a5bf1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 2, 2024
1 parent 187753b commit 3f34c3b
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": 1704203773791,
"lastUpdate": 1704231999424,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -119743,6 +119743,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Mario Rugiero",
"username": "Oppen"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "88a5bf18900590478b63c65c73ea8f5d60605c41",
"message": "ci: set default proptest limits (#1521)",
"timestamp": "2024-01-02T21:19:27Z",
"tree_id": "4b68ee0ac2d565a800bd6c1f6a455237cf31380b",
"url": "https://github.com/lambdaclass/cairo-vm/commit/88a5bf18900590478b63c65c73ea8f5d60605c41"
},
"date": 1704231993514,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 20004,
"range": "± 40",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 12024317,
"range": "± 147266",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 3f34c3b

Please sign in to comment.