-
Notifications
You must be signed in to change notification settings - Fork 182
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 ab33065
- Loading branch information
github-action-benchmark
committed
Jun 22, 2024
1 parent
3d910e6
commit 2f417ce
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": 1719022250352, | ||
"lastUpdate": 1719022364320, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -10168,6 +10168,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "lambda-0x", | ||
"username": "lambda-0x" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "ab3306530fa3fffc005523c37582c3f49beea9f0", | ||
"message": "fix(sozo): dev subcommand (#2080)\n\n* fix: filter out test targets\r\n\r\n* fix manifests path\r\n\r\n* return error instead of unwrap\r\n\r\n* fix: propose newer implementation to take manifests in account\r\n\r\n* fix: remove the content compare for better performances\r\n\r\n* fix: clippy\r\n\r\n* update dojo_plugin version\r\n\r\n* migrate during initial run\r\n\r\n* remove manual skipping\r\n\r\n* fix lints\r\n\r\n---------\r\n\r\nCo-authored-by: glihm <[email protected]>", | ||
"timestamp": "2024-06-21T19:56:22-06:00", | ||
"tree_id": "6ba6c610851c3b4a30210e7beacb8bb46296ba19", | ||
"url": "https://github.com/dojoengine/dojo/commit/ab3306530fa3fffc005523c37582c3f49beea9f0" | ||
}, | ||
"date": 1719022363714, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16682986, | ||
"range": "± 80042", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|