-
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 6a513fe
- Loading branch information
github-action-benchmark
committed
Feb 29, 2024
1 parent
5e039f9
commit 5792483
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": 1709105191977, | ||
"lastUpdate": 1709242311541, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -2008,6 +2008,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "GianMarco", | ||
"username": "gianalarcon" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "6a513fef55d83a31e47a004d59ff496fa3a32055", | ||
"message": "Feat(torii-grpc): support Events query (#1567)\n\n* Feat: Add fn retrieve_events()\r\n\r\n* Feat: Add event related messages\r\n\r\n* Update crates/torii/grpc/proto/types.proto\r\n\r\nCo-authored-by: Yun <[email protected]>\r\n\r\n* Update crates/torii/grpc/proto/types.proto\r\n\r\nCo-authored-by: Yun <[email protected]>\r\n\r\n* Remove hashed_keys on EventQuery, Remove EventClause\r\n\r\n* Feat: Improve fn events_all and events_by_keys\r\n\r\n* Refactor code\r\n\r\n* fix clippy\r\n\r\n* Update query\r\n\r\n* Fix sql query\r\n\r\n---------\r\n\r\nCo-authored-by: Yun <[email protected]>", | ||
"timestamp": "2024-02-29T13:22:12-08:00", | ||
"tree_id": "998d84b6fd5778e3f62f9314196c2c75718c9ca8", | ||
"url": "https://github.com/dojoengine/dojo/commit/6a513fef55d83a31e47a004d59ff496fa3a32055" | ||
}, | ||
"date": 1709242310494, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 967812, | ||
"range": "± 66096", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|