-
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 b22b2b8
- Loading branch information
github-action-benchmark
committed
Mar 13, 2024
1 parent
2968cdf
commit 056072c
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": 1710341372795, | ||
"lastUpdate": 1710341774460, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -2608,6 +2608,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "kwkr", | ||
"username": "kwkr" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "b22b2b8bc8e3f36a058edeb19821f7f676b4dbd4", | ||
"message": "sozo: check existing class-hashes before registering model (#1576)\n\n* check existing class-hashes before registering model\r\n\r\n* update checking if models registered logic\r\n\r\n* apply review feedback\r\n\r\n* add initial test fixture for reregister\r\n\r\n* check if models need reregistering using remote manifest\r\n\r\n* test ouput of the reregister command\r\n\r\n* apply further review feedback\r\n\r\n* allow dead code for test utils", | ||
"timestamp": "2024-03-13T08:46:38-06:00", | ||
"tree_id": "041726fd3495c05427349d64af006db24d9fa263", | ||
"url": "https://github.com/dojoengine/dojo/commit/b22b2b8bc8e3f36a058edeb19821f7f676b4dbd4" | ||
}, | ||
"date": 1710341773415, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 969809, | ||
"range": "± 68746", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|