-
Notifications
You must be signed in to change notification settings - Fork 182
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 dfe390a
- Loading branch information
github-action-benchmark
committed
Feb 2, 2024
1 parent
3c25653
commit 5b2122c
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": 1706840037684, | ||
"lastUpdate": 1706884729957, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -838,6 +838,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": "dfe390aff156e46f375c8d789a12e3ea1137e4b6", | ||
"message": "refactor(katana): include class artifact in genesis file + base64 encoding (#1508)", | ||
"timestamp": "2024-02-02T22:29:34+08:00", | ||
"tree_id": "db1e5129d15afda2dd85dbfe5c584da3f9d2ebfa", | ||
"url": "https://github.com/dojoengine/dojo/commit/dfe390aff156e46f375c8d789a12e3ea1137e4b6" | ||
}, | ||
"date": 1706884729494, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 1038380, | ||
"range": "± 38143", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|