-
Notifications
You must be signed in to change notification settings - Fork 188
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 79463be
- Loading branch information
github-action-benchmark
committed
Jun 25, 2024
1 parent
143317f
commit abe8296
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": 1719024120665, | ||
"lastUpdate": 1719276029091, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -10228,6 +10228,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Ammar Arif", | ||
"username": "kariy" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "79463be853eb309893dde946262359efbbecebde", | ||
"message": "feat(katana): injects controller account in genesis config (#2089)", | ||
"timestamp": "2024-06-25T08:28:41+08:00", | ||
"tree_id": "22e6f50a9b93a1cdf7056aa0ceeee68b7768b0b5", | ||
"url": "https://github.com/dojoengine/dojo/commit/79463be853eb309893dde946262359efbbecebde" | ||
}, | ||
"date": 1719276027865, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16480240, | ||
"range": "± 119011", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|