-
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 9b2bf3e
- Loading branch information
github-action-benchmark
committed
Mar 3, 2024
1 parent
6d622d2
commit 0fb1709
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": 1709483949782, | ||
"lastUpdate": 1709486697093, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -2098,6 +2098,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": "9b2bf3e465be5efeeb7f41032c15d35c46d90002", | ||
"message": "Prepare release: v0.6.0-alpha.3 (#1599)\n\nCo-authored-by: kariy <[email protected]>", | ||
"timestamp": "2024-03-04T01:15:07+08:00", | ||
"tree_id": "65b66d14794d0cee8eb31c5ce52aa0d7e00a3931", | ||
"url": "https://github.com/dojoengine/dojo/commit/9b2bf3e465be5efeeb7f41032c15d35c46d90002" | ||
}, | ||
"date": 1709486696681, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 1023424, | ||
"range": "± 25872", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|