Skip to content

Commit 32d217a

Browse files
author
github-action-benchmark
committed
add Benchmark (cargo) benchmark result for cc9baac
1 parent 5ede9ec commit 32d217a

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

data.js

+37-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1716497304552,
2+
"lastUpdate": 1716906023906,
33
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
44
"entries": {
55
"Benchmark": [
@@ -123847,6 +123847,42 @@ window.BENCHMARK_DATA = {
123847123847
"unit": "ns/iter"
123848123848
}
123849123849
]
123850+
},
123851+
{
123852+
"commit": {
123853+
"author": {
123854+
"email": "[email protected]",
123855+
"name": "fmoletta",
123856+
"username": "fmoletta"
123857+
},
123858+
"committer": {
123859+
"email": "[email protected]",
123860+
"name": "GitHub",
123861+
"username": "web-flow"
123862+
},
123863+
"distinct": true,
123864+
"id": "cc9baacabe42c40dd471275717a0de5752ce0401",
123865+
"message": "[Cairo 1] Filter implicit arguments from return value (#1775)\n\n* Filter implicit arguments from return value\n\n* Fix logic\n\n* Fix logic\n\n* Add CHANGELOG entry\n\n* Update cairo1-run/src/cairo_run.rs\n\nCo-authored-by: Mario Rugiero <[email protected]>\n\n* fmt\n\n---------\n\nCo-authored-by: Mario Rugiero <[email protected]>",
123866+
"timestamp": "2024-05-28T14:01:18Z",
123867+
"tree_id": "5f11fb3e999a4d8f5a86b89f5168881fff13a1b1",
123868+
"url": "https://github.com/lambdaclass/cairo-vm/commit/cc9baacabe42c40dd471275717a0de5752ce0401"
123869+
},
123870+
"date": 1716906018285,
123871+
"tool": "cargo",
123872+
"benches": [
123873+
{
123874+
"name": "initialize",
123875+
"value": 14462,
123876+
"range": "± 136",
123877+
"unit": "ns/iter"
123878+
},
123879+
{
123880+
"name": "parse program",
123881+
"value": 11494963,
123882+
"range": "± 113738",
123883+
"unit": "ns/iter"
123884+
}
123885+
]
123850123886
}
123851123887
]
123852123888
}

0 commit comments

Comments
 (0)