-
Notifications
You must be signed in to change notification settings - Fork 187
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 5924911
- Loading branch information
github-action-benchmark
committed
Mar 11, 2024
1 parent
421d029
commit 4733cf9
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": 1710023979134, | ||
"lastUpdate": 1710124973570, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -2428,6 +2428,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": "5924911686d5cff2309dccfd9ad41c74908e014d", | ||
"message": "fix: handle primitive and custom types for enum introspect (#1643)\n\nThe function `handle_introspect_enum` handles the derive Introspect attribute for an enum.\r\nAt the moment, two cases are supported: tuples and type paths.\r\n\r\nA type path may be a primitive type or a custom type (struct or enum).\r\nA tuple may be composed of primitive and/or custom types.\r\n\r\nThis PR updates the function `handle_introspect_enum` to handle all these cases properly.", | ||
"timestamp": "2024-03-10T22:33:27-04:00", | ||
"tree_id": "26f2f5d5491c15271586aef9d35eddcfee0e45b1", | ||
"url": "https://github.com/dojoengine/dojo/commit/5924911686d5cff2309dccfd9ad41c74908e014d" | ||
}, | ||
"date": 1710124972598, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 971523, | ||
"range": "± 66840", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|