-
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 91d8dac
- Loading branch information
github-action-benchmark
committed
Mar 19, 2024
1 parent
078b853
commit 9a65346
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": 1710852411812, | ||
"lastUpdate": 1710864638948, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -3028,6 +3028,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Junichi Sugiura", | ||
"username": "JunichiSugiura" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "91d8dac307e5f09b06cc47e2e5427d930b593a39", | ||
"message": "Add explorer flag to open World Explorer in browser (#1581)\n\n* Add explorer flag to open World Explorer\r\n\r\n* Log error message instead of unwrap when fail to open world explorer on browser\r\n\r\n* fix typo\r\n\r\n* fix typo 2\r\n\r\n---------\r\n\r\nCo-authored-by: glihm <[email protected]>", | ||
"timestamp": "2024-03-19T10:01:10-06:00", | ||
"tree_id": "0d1ecb6fa08f6363228094ca520f178658e469bf", | ||
"url": "https://github.com/dojoengine/dojo/commit/91d8dac307e5f09b06cc47e2e5427d930b593a39" | ||
}, | ||
"date": 1710864637926, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 966668, | ||
"range": "± 68349", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|