-
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 5f421e1
- Loading branch information
github-action-benchmark
committed
Apr 26, 2024
1 parent
039daac
commit 370ee5e
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": 1714119998533, | ||
"lastUpdate": 1714146657829, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -6418,6 +6418,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": "5f421e17ab1868a9bac3d16ad9eee6516a3d89a0", | ||
"message": "fix: event message subscription subscription broker (#1885)\n\n* fix: updates bug. use own eventmessage type for broker\r\n\r\n* fmt", | ||
"timestamp": "2024-04-26T09:42:50-06:00", | ||
"tree_id": "e351655026644761193ee5e33f74f6ad6890bcd3", | ||
"url": "https://github.com/dojoengine/dojo/commit/5f421e17ab1868a9bac3d16ad9eee6516a3d89a0" | ||
}, | ||
"date": 1714146657294, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17050222, | ||
"range": "± 194607", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|