Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 0f29713
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 16, 2024
1 parent d122c63 commit 3ce7763
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": 1720828962301,
"lastUpdate": 1721136890476,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -124279,6 +124279,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Franco Giachetta",
"username": "FrancoGiachetta"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "0f29713ab43a02b7fb152b95c9fd3316810f87a1",
"message": "Test adding programs using non squashed Felt252Dict (#1797)\n\n* adding programs using non squshed Felt252\n\n* update CHANGELOG.md\n\n* update CHANGELOG.md\n\n* add tests\n\n* update CHANGELOG.md\n\n* change CHANGELOG + lint\n\n* making requested changes\n\n* linting\n\n* linting\n\n* clarifying tests\n\n* comment fixing\n\n* requested changes\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>",
"timestamp": "2024-07-16T13:07:53Z",
"tree_id": "67d8babbed7d774fea471861565e9dceea9e025a",
"url": "https://github.com/lambdaclass/cairo-vm/commit/0f29713ab43a02b7fb152b95c9fd3316810f87a1"
},
"date": 1721136884752,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 13944,
"range": "± 162",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11683505,
"range": "± 447171",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 3ce7763

Please sign in to comment.