-
Notifications
You must be signed in to change notification settings - Fork 187
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 45e8d64
- Loading branch information
github-action-benchmark
committed
Mar 30, 2024
1 parent
5dfd60d
commit c8b0160
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": 1711745001175, | ||
"lastUpdate": 1711818851170, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -3688,6 +3688,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": "45e8d64cde77ec93d7800d8f01eb47019d33d69b", | ||
"message": "feat(katana-rpc): rpc server metrics (#1726)\n\nref #1369 \n\nadd metrics for rpc server connections and methods calls", | ||
"timestamp": "2024-03-31T01:04:50+08:00", | ||
"tree_id": "b1467494e3534d616d8cd7e49aa2a34d9a947c0e", | ||
"url": "https://github.com/dojoengine/dojo/commit/45e8d64cde77ec93d7800d8f01eb47019d33d69b" | ||
}, | ||
"date": 1711818850646, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16911980, | ||
"range": "± 129637", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|