-
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 36bef0f
- Loading branch information
github-action-benchmark
committed
Jun 18, 2024
1 parent
c697d18
commit 0c65fc8
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": 1718682276295, | ||
"lastUpdate": 1718682418988, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -9808,6 +9808,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Tarrence van As", | ||
"username": "tarrencev" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "36bef0f14f8e8a9afa23d9744f60cd7bbef3828d", | ||
"message": "Prepare release: v0.7.1 (#2076)\n\nCo-authored-by: glihm <[email protected]>", | ||
"timestamp": "2024-06-17T21:35:35-06:00", | ||
"tree_id": "e0f7490bb79525b2207f38ce50296b0a66f8dff5", | ||
"url": "https://github.com/dojoengine/dojo/commit/36bef0f14f8e8a9afa23d9744f60cd7bbef3828d" | ||
}, | ||
"date": 1718682417757, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16679394, | ||
"range": "± 200046", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|