-
Notifications
You must be signed in to change notification settings - Fork 182
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 7da96db
- Loading branch information
github-action-benchmark
committed
Jun 26, 2024
1 parent
ae372b5
commit 967d22a
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": 1719371869482, | ||
"lastUpdate": 1719416797826, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -10378,6 +10378,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": "7da96db9702b916273f05854093ed061996a47dc", | ||
"message": "feat(katana): always include Controller class by default (#2107)\n\n* define and declare controller account by default\r\n\r\n* update genesis test\r\n\r\n* separate slot and controller feature\r\n\r\n* update comment\r\n\r\n* fix typo", | ||
"timestamp": "2024-06-26T23:34:49+08:00", | ||
"tree_id": "b8569fcb70dcf042824a71f154407bdf9b984637", | ||
"url": "https://github.com/dojoengine/dojo/commit/7da96db9702b916273f05854093ed061996a47dc" | ||
}, | ||
"date": 1719416797100, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16810209, | ||
"range": "± 193068", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|