-
Notifications
You must be signed in to change notification settings - Fork 186
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 8d66222
- Loading branch information
github-action-benchmark
committed
Mar 29, 2024
1 parent
90f0c51
commit ade7786
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": 1711690679935, | ||
"lastUpdate": 1711693726057, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -3538,6 +3538,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Ammar Arif", | ||
"username": "kariy" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "8d66222e8212585bdeb28fbd0f1b1acf88991043", | ||
"message": "Bump rust to `1.76.0` (#1720)\n\n* bump rust to `1.76.0`\r\n\r\n* wip\r\n\r\n* clippy\r\n\r\n* update rust ver in ci\r\n\r\n* upate dockerfile rust ver\r\n\r\n* update ci image", | ||
"timestamp": "2024-03-29T14:19:29+08:00", | ||
"tree_id": "12e3fc985a1b764c340e1ba4643ea10a912a6ee2", | ||
"url": "https://github.com/dojoengine/dojo/commit/8d66222e8212585bdeb28fbd0f1b1acf88991043" | ||
}, | ||
"date": 1711693725518, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17129720, | ||
"range": "± 141093", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|