Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 259487e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 6, 2025
1 parent 619cdbb commit 25b81f2
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": 1735939945268,
"lastUpdate": 1736182172612,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -126151,6 +126151,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "gonzalezcalderonjulian@gmail.com",
"name": "Julian Gonzalez Calderon",
"username": "JulianGCalderon"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "259487e5c12fe1fd5912ea540b075a5f4a98456a",
"message": "Consolidate VM documentation (#1866)\n\n* Add tooling section\n\n* Link to new section with doc\n\n* Copy documentation\n\n* Remove unused section\n\n* Fix typo\n\n* Clean up doc\n\n* Add instruction format section\n\n* Add more todos\n\n* Add description to some tools\n\n* Ack doc source\n\n* Add hint and builtin documentation\n\n* Remove extra todo\n\n* Fix grammar error\n\n* Update prover link\n\n* Mention Code Walkthrough\n\n* Remove TODO\n\n* Add example",
"timestamp": "2025-01-06T16:13:31Z",
"tree_id": "3b448596e129cc3253e96196f18c9a0cb8d70877",
"url": "https://github.com/lambdaclass/cairo-vm/commit/259487e5c12fe1fd5912ea540b075a5f4a98456a"
},
"date": 1736182166629,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 14244,
"range": "± 133",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8590836,
"range": "± 502091",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 25b81f2

Please sign in to comment.