-
Notifications
You must be signed in to change notification settings - Fork 184
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 9a18f4d
- Loading branch information
github-action-benchmark
committed
Apr 18, 2024
1 parent
35394cf
commit b758ff0
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": 1713398683266, | ||
"lastUpdate": 1713484663851, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -5758,6 +5758,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Larko", | ||
"username": "Larkooo" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "9a18f4d2188959657cc7c940153a3024b7204ff8", | ||
"message": "fix(dojo-bindgen): typescript code gen (#1847)\n\n* fix: system arg types\r\n\r\n* fix: handle arrays\r\n\r\n* fmt\r\n\r\n* fix: duplicate tokens\r\n\r\n* feat: do same thing for unity plugin & support bytes31\r\n\r\n* fix: casing for system names\r\n\r\n* fix: ts return namoing", | ||
"timestamp": "2024-04-18T17:49:18-06:00", | ||
"tree_id": "6e48660dc1d61e46adc69c2d0dda59b0d502995f", | ||
"url": "https://github.com/dojoengine/dojo/commit/9a18f4d2188959657cc7c940153a3024b7204ff8" | ||
}, | ||
"date": 1713484662739, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16975995, | ||
"range": "± 233686", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|