-
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 0bced71
- Loading branch information
github-action-benchmark
committed
Mar 8, 2024
1 parent
4587488
commit 9adfdac
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": 1709907492333, | ||
"lastUpdate": 1709913059902, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -2338,6 +2338,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Rémy Baranx", | ||
"username": "remybar" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "0bced71faeddebdca280cb5a95cbc9c66d9158de", | ||
"message": "feat: dojoup - add a welcome message (#1605)\n\n* feat: dojoup - add a welcome message\r\n\r\n* Update dojoup/dojoup\r\n\r\nCo-authored-by: glihm <[email protected]>\r\n\r\n* Update dojoup/dojoup\r\n\r\nCo-authored-by: Tarrence van As <[email protected]>\r\n\r\n---------\r\n\r\nCo-authored-by: Rémy Baranx <[email protected]>\r\nCo-authored-by: glihm <[email protected]>\r\nCo-authored-by: Tarrence van As <[email protected]>", | ||
"timestamp": "2024-03-08T10:41:26-05:00", | ||
"tree_id": "c9f9a1d5d1e0b8ec41b78bff54af2d78cc2ee0e3", | ||
"url": "https://github.com/dojoengine/dojo/commit/0bced71faeddebdca280cb5a95cbc9c66d9158de" | ||
}, | ||
"date": 1709913058889, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 974414, | ||
"range": "± 38063", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|