-
Notifications
You must be signed in to change notification settings - Fork 184
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 2361b5e
- Loading branch information
github-action-benchmark
committed
Apr 16, 2024
1 parent
0a884bd
commit f0bc077
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": 1713281860741, | ||
"lastUpdate": 1713282484394, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -5638,6 +5638,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Tarrence van As", | ||
"username": "tarrencev" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Tarrence van As", | ||
"username": "tarrencev" | ||
}, | ||
"distinct": true, | ||
"id": "2361b5e8e98a028ea868399c2dabfa9b38a2d7a0", | ||
"message": "Pass version to release", | ||
"timestamp": "2024-04-16T11:39:48-04:00", | ||
"tree_id": "bbdfacd10c732e44bc2010105fd650e57d78debb", | ||
"url": "https://github.com/dojoengine/dojo/commit/2361b5e8e98a028ea868399c2dabfa9b38a2d7a0" | ||
}, | ||
"date": 1713282483265, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17208865, | ||
"range": "± 226834", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|