-
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 a636d23
- Loading branch information
github-action-benchmark
committed
Jun 10, 2024
1 parent
7adb798
commit 12b948e
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": 1718044496006, | ||
"lastUpdate": 1718044504631, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -9118,6 +9118,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "lambda-0x", | ||
"username": "lambda-0x" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "a636d23da43d0e9ae249cfdc4a0c8417e2a9dda1", | ||
"message": "feat(sozo): add a subcommand to generate overlay files (#2025)\n\n* initial commit\r\n\r\n* add support for model overlays\r\n\r\n* clean up\r\n\r\n* add test for merge\r\n\r\n* separate out match statement\r\n\r\n* fix directory creation\r\n\r\n* fix: fix test typo + add comment on isolated variant test\r\n\r\n---------\r\n\r\nCo-authored-by: glihm <[email protected]>", | ||
"timestamp": "2024-06-10T12:23:25-06:00", | ||
"tree_id": "972b610c3b90d1f4a96104c3733d17432ce53ac5", | ||
"url": "https://github.com/dojoengine/dojo/commit/a636d23da43d0e9ae249cfdc4a0c8417e2a9dda1" | ||
}, | ||
"date": 1718044504037, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16303364, | ||
"range": "± 183921", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|