aquatic_ws: add bench for InMessage::from_ws_message, take ws msg by ref

This commit is contained in:
Joakim Frostegård 2020-08-11 05:36:29 +02:00
parent 74a538963f
commit 99724c7e5d
11 changed files with 1091 additions and 5 deletions

1
Cargo.lock generated
View file

@ -240,6 +240,7 @@ name = "aquatic_ws_protocol"
version = "0.1.0"
dependencies = [
"anyhow",
"criterion",
"hashbrown",
"quickcheck",
"quickcheck_macros",