Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 2a8e0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 22, 2024
1 parent 47d1a7e commit 1f7cc36
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": 1708617677381,
"lastUpdate": 1708636735264,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -121147,6 +121147,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": "2a8e0a306c827984afbdd687cfb02ec95b260e88",
"message": "bump Starknet -types-core dep (#1628)\n\n* bump dep\n\n* Update Changelog\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>",
"timestamp": "2024-02-22T20:50:34Z",
"tree_id": "d843232159957a72fd0939e78c16237c913f5076",
"url": "https://github.com/lambdaclass/cairo-vm/commit/2a8e0a306c827984afbdd687cfb02ec95b260e88"
},
"date": 1708636729158,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 22493,
"range": "± 181",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 14732238,
"range": "± 429737",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 1f7cc36

Please sign in to comment.