-
Notifications
You must be signed in to change notification settings - Fork 188
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 70ad728
- Loading branch information
github-action-benchmark
committed
Jun 17, 2024
1 parent
b3b922f
commit 42a7b5e
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": 1718533853540, | ||
"lastUpdate": 1718633027998, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -9718,6 +9718,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": "70ad72826df84cef73368cb38abda3d4715548dd", | ||
"message": "fix(migrate): when `init_calldata` depends on contract that was already deployed (#2058)\n\n* fix(migrate): when `init_calldata` depends on contract that was already deployed\r\n\r\n* add tests", | ||
"timestamp": "2024-06-17T07:51:40-06:00", | ||
"tree_id": "e4f527177796f5f60a8011e48da3c723561fa2d7", | ||
"url": "https://github.com/dojoengine/dojo/commit/70ad72826df84cef73368cb38abda3d4715548dd" | ||
}, | ||
"date": 1718633026458, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17197586, | ||
"range": "± 228769", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|