-
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 4a77ef7
- Loading branch information
github-action-benchmark
committed
Mar 25, 2024
1 parent
a421b51
commit a31d000
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": 1711388858966, | ||
"lastUpdate": 1711395732471, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -3238,6 +3238,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "glihm", | ||
"username": "glihm" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "4a77ef7f10b6f9c71c09afc2f5bfde69db20e699", | ||
"message": "[sozo] generate JSON manifest (#1694)\n\n* feat: add support for AbiFormat (path or embed)\r\n\r\n* fix: add example updated manifests\r\n\r\n* editor: add custom build commands\r\n\r\n* fix: remove print and fmt + clippy\r\n\r\n* add vscode settings to gitignore\r\n\r\n* fix: ensure pretty formatting of the json\r\n\r\n* chore: add all .vscode to gitignore\r\n\r\n* chore: remove vscode tasks\r\n\r\n* fix: enable PartialEq only for testing when required", | ||
"timestamp": "2024-03-25T13:32:30-06:00", | ||
"tree_id": "28372756051cc71535f435bb16fe0806ac6bcdd2", | ||
"url": "https://github.com/dojoengine/dojo/commit/4a77ef7f10b6f9c71c09afc2f5bfde69db20e699" | ||
}, | ||
"date": 1711395731823, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 977143, | ||
"range": "± 41075", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|