Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 37ea729
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 29, 2024
1 parent 3e434dc commit cb32606
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": 1721674719115,
"lastUpdate": 1722264148429,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -124423,6 +124423,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "git@edgarluque.com",
"name": "Edgar",
"username": "edg-l"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "37ea72977dccbc2b90b8b7534c1edabd2e2fef79",
"message": "Fix ambiguous keccak import in some external scenarios (v1.0.0-rc6) (#1809)\n\n* fix ambiguous keccak import in some external scenarios\n\n* update changelog",
"timestamp": "2024-07-29T14:14:44Z",
"tree_id": "ac573ed9c4830d6106aa777b2b2f435de5206def",
"url": "https://github.com/lambdaclass/cairo-vm/commit/37ea72977dccbc2b90b8b7534c1edabd2e2fef79"
},
"date": 1722264141780,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 14142,
"range": "± 175",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 12160665,
"range": "± 425192",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit cb32606

Please sign in to comment.