-
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 f4c8111
- Loading branch information
github-action-benchmark
committed
Mar 20, 2024
1 parent
dcbfae8
commit 48f1a5c
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": 1710960506522, | ||
"lastUpdate": 1710976010327, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -3088,6 +3088,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Jonatan Chaverri", | ||
"username": "Jonatan-Chaverri" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "f4c8111aefe2672d04356df64914871a5bcb536d", | ||
"message": "Split sozo ops into its own crate (#1546)\n\n* Split sozo ops into its own crate\r\n\r\n* fix: minor fixes and adjust commands documentation\r\n\r\n* fix: add missing file\r\n\r\n* fix: ensure migration failure is not silent\r\n\r\n---------\r\n\r\nCo-authored-by: Jonatan Chaverri <[email protected]>\r\nCo-authored-by: glihm <[email protected]>", | ||
"timestamp": "2024-03-20T16:57:19-06:00", | ||
"tree_id": "af15ebe23f89677e5d1472e965d0f3aaea2af4cc", | ||
"url": "https://github.com/dojoengine/dojo/commit/f4c8111aefe2672d04356df64914871a5bcb536d" | ||
}, | ||
"date": 1710976009828, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 966408, | ||
"range": "± 66400", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|