Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 7bddd4a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 22, 2024
1 parent 0e1dfb7 commit 2f6aa36
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1711041552236,
"lastUpdate": 1711076813522,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -3148,6 +3148,36 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "glihm",
"username": "glihm"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "7bddd4a118ea2a56c631edd43e17f7b24ec677f9",
"message": "fix: ensure sozo clean only affect base (#1685)\n\nThe overlays are managed by the user. We don't want to clean them.\r\nThe deployments are only output, and can't cause any conflict.\r\nFor this reason, only base should be clean.",
"timestamp": "2024-03-21T20:57:33-06:00",
"tree_id": "c045b6fef797f0a22abb67f9af26ad8a2d03ad4f",
"url": "https://github.com/dojoengine/dojo/commit/7bddd4a118ea2a56c631edd43e17f7b24ec677f9"
},
"date": 1711076813004,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 967531,
"range": "± 46959",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 2f6aa36

Please sign in to comment.