Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 5924911
Browse files Browse the repository at this point in the history
  • 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.
32 changes: 31 additions & 1 deletion data.js
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": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 4733cf9

Please sign in to comment.