-
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 ca3b018
- Loading branch information
github-action-benchmark
committed
Feb 17, 2024
1 parent
4ea3ead
commit 19ac0e7
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": 1707788901496, | ||
"lastUpdate": 1708147457546, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -1288,6 +1288,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "V.O.T", | ||
"username": "makluganteng" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "ca3b018048ddbeaa3a78c8287143ba526e0f89a0", | ||
"message": "refactor(katana-rpc): isolate dev JSON RPC API from `katana` namespace (#1544)\n\n* feat: isolate dev JSON RPC API from katana impl\r\n\r\n* feat: fix the changes\r\n\r\n* feat: remove the duplicate endpoint in katana", | ||
"timestamp": "2024-02-17T13:14:47+08:00", | ||
"tree_id": "a5d6dd114d69ce6dfcafbeda37fd7ee231c79cd2", | ||
"url": "https://github.com/dojoengine/dojo/commit/ca3b018048ddbeaa3a78c8287143ba526e0f89a0" | ||
}, | ||
"date": 1708147456982, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 1021793, | ||
"range": "± 38239", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|