-
Notifications
You must be signed in to change notification settings - Fork 190
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 f9acaad
- Loading branch information
github-action-benchmark
committed
Apr 3, 2024
1 parent
cc910c3
commit 697ed22
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": 1712148385997, | ||
"lastUpdate": 1712154728947, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -4168,6 +4168,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Larko", | ||
"username": "Larkooo" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "f9acaaddf01d0b3a83cca5d8eaaa680520585f88", | ||
"message": "refactor: grpc use model hash as id & libp2p command queue (#1754)\n\n* refactor: use model hash as ids for grpc\r\n\r\n* fmt\r\n\r\n* remove println\r\n\r\n* refactor: get rid of wait for relay\r\n\r\n* relay runner\r\n\r\n* remove async", | ||
"timestamp": "2024-04-03T10:23:51-04:00", | ||
"tree_id": "8a6ba05cc32c89170a10538f42aed9fa8deb72ec", | ||
"url": "https://github.com/dojoengine/dojo/commit/f9acaaddf01d0b3a83cca5d8eaaa680520585f88" | ||
}, | ||
"date": 1712154728419, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17189619, | ||
"range": "± 207768", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|