Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 59254f4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 22, 2024
1 parent a8ff33f commit 47d1a7e
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": 1708536300437,
"lastUpdate": 1708617677381,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -121111,6 +121111,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Olivier Desenfans",
"username": "odesenfans"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "59254f4c53594217e0182e04008e56df5c187889",
"message": "Feature: deserialize AIR private input (#1589)\n\n* Feature: deserialize AIR private input\n\nAdded an implementation of `From<AirPrivateInputSerializable>` for\nAirPrivateInput.\n\n* add test\n\n* changelog\n\n* fix wasm builds",
"timestamp": "2024-02-22T15:32:21Z",
"tree_id": "0a06c3542682b9dd656748d09596e7895c8a227c",
"url": "https://github.com/lambdaclass/cairo-vm/commit/59254f4c53594217e0182e04008e56df5c187889"
},
"date": 1708617670874,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 24214,
"range": "± 66",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11614795,
"range": "± 508378",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 47d1a7e

Please sign in to comment.