Add get_chat_msgs benchmark (#3151)

This commit is contained in:
Hocuri
2022-03-26 15:18:27 +01:00
committed by GitHub
parent 1ab81256e9
commit e93c9f74c9
2 changed files with 42 additions and 0 deletions

View File

@@ -120,6 +120,10 @@ harness = false
name = "receive_emails"
harness = false
[[bench]]
name = "get_chat_msgs"
harness = false
[features]
default = ["vendored"]
internals = []