-
Notifications
You must be signed in to change notification settings - Fork 189
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 c8815a9
- Loading branch information
github-action-benchmark
committed
Apr 26, 2024
1 parent
f364581
commit 039daac
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": 1714026901289, | ||
"lastUpdate": 1714119998533, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -6388,6 +6388,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Thomas Coratger", | ||
"username": "tcoratger" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "c8815a9d2a33974270e48f13ee731f5f2b80de5b", | ||
"message": "Bump `alloy` to 0.7.0 (#1881)\n\n* Bump alloy to 0.7.0\r\n\r\n* fix clippy", | ||
"timestamp": "2024-04-26T16:18:28+08:00", | ||
"tree_id": "68ab688e25472f86a1e82d33a406318ca0905a5e", | ||
"url": "https://github.com/dojoengine/dojo/commit/c8815a9d2a33974270e48f13ee731f5f2b80de5b" | ||
}, | ||
"date": 1714119997996, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16940700, | ||
"range": "± 206509", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|