-
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 fac5a67
- Loading branch information
github-action-benchmark
committed
Nov 14, 2024
1 parent
16e4c30
commit 387b84a
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": 1731604716029, | ||
"lastUpdate": 1731607071807, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -34582,6 +34582,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "glihm", | ||
"username": "glihm" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "fac5a67734ab91f751c554be4b55f72c09b3e2f8", | ||
"message": "fix: cli args for torii and katana with serde default (#2692)\n\n* fix: ensure torii options use serde default\n\n* fix: add serde default to missing katana options", | ||
"timestamp": "2024-11-14T11:41:14-06:00", | ||
"tree_id": "928acf2629b893b171ae15f0ac6b7318297763f1", | ||
"url": "https://github.com/dojoengine/dojo/commit/fac5a67734ab91f751c554be4b55f72c09b3e2f8" | ||
}, | ||
"date": 1731607069683, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "build/Sozo.Cold", | ||
"value": 10408591041, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|