-
Notifications
You must be signed in to change notification settings - Fork 186
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 5562553
- Loading branch information
github-action-benchmark
committed
Mar 29, 2024
1 parent
3faa536
commit db2a728
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": 1711697952973, | ||
"lastUpdate": 1711743292014, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -3628,6 +3628,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": "55625538eecc9b8359982a42ccc2b3d50d8da1e9", | ||
"message": "feat: add #[dojo::event] attribute (#1721)\n\n* feat: start working on dojo::event attr\r\n\r\n* feat: events aux data\r\n\r\n* feat: event selector in model keys\r\n\r\n* feat: emit support all events\r\n\r\n* refactor: append selector from event attr\r\n\r\n* feat: update spawn and move\r\n\r\n* fmt\r\n\r\n* refactor: remove model changes\r\n\r\n* chore: comments for credits\r\n\r\n* fix: propose a solution to use only one emit macro\r\n\r\n* fix: regen world bindgen and tests\r\n\r\n* fix: remove extra argument on the world\r\n\r\n* fix: tests and fmt\r\n\r\n* fix: remove unused param doc\r\n\r\n* fix: adjust base test address from gas usage\r\n\r\n---------\r\n\r\nCo-authored-by: glihm <[email protected]>", | ||
"timestamp": "2024-03-29T14:05:43-06:00", | ||
"tree_id": "b52dcc30905db1ca4008cc6491b85272b1d0bcd2", | ||
"url": "https://github.com/dojoengine/dojo/commit/55625538eecc9b8359982a42ccc2b3d50d8da1e9" | ||
}, | ||
"date": 1711743291531, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17007488, | ||
"range": "± 206804", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|