-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for 7bddd4a
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|