-
Notifications
You must be signed in to change notification settings - Fork 189
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 9b44b5c
- Loading branch information
github-action-benchmark
committed
Apr 16, 2024
1 parent
9ab0563
commit 8f232dc
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": 1713202654786, | ||
"lastUpdate": 1713240421629, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -5518,6 +5518,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Bhavya Gosai", | ||
"username": "bhavyagosai" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "9b44b5c643dda4e7c3234f066d8f0a943c0a6002", | ||
"message": "fix: handle invalid version validation for installation script (#1840)\n\n* fix: handle script for invalid version\r\n\r\n* fix: display message only if user version is not specified\r\n\r\n* fix: identation\r\n\r\n* fix: further clarify user message\r\n\r\n* fix: reword invalid version\r\n\r\n* fix: punctuation\r\n\r\n* fix: punctuation\r\n\r\n---------\r\n\r\nCo-authored-by: glihm <[email protected]>", | ||
"timestamp": "2024-04-15T21:58:45-06:00", | ||
"tree_id": "ff8278161b1d456138cb8fcc20c5c9768c0c6b5a", | ||
"url": "https://github.com/dojoengine/dojo/commit/9b44b5c643dda4e7c3234f066d8f0a943c0a6002" | ||
}, | ||
"date": 1713240421116, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17371280, | ||
"range": "± 84309", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|