-
Notifications
You must be signed in to change notification settings - Fork 186
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 1348563
- Loading branch information
github-action-benchmark
committed
Apr 16, 2024
1 parent
613ac09
commit 0a884bd
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": 1713281476398, | ||
"lastUpdate": 1713281860741, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -5608,6 +5608,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": "134856377cfb616599ffc393f28122ee101f5a1a", | ||
"message": "Fix version formatting on release-dispatch", | ||
"timestamp": "2024-04-16T11:29:34-04:00", | ||
"tree_id": "444fe976ffa31f383b06c735073da5f8c49a871c", | ||
"url": "https://github.com/dojoengine/dojo/commit/134856377cfb616599ffc393f28122ee101f5a1a" | ||
}, | ||
"date": 1713281860178, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16798449, | ||
"range": "± 193368", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|