1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

add compression_responses benchmark (#3001)

This commit is contained in:
Rob Ede
2023-03-12 15:32:07 +00:00
committed by GitHub
parent 19c9d858f2
commit dfaca18584
2 changed files with 95 additions and 0 deletions

View File

@ -124,3 +124,8 @@ tokio = { version = "1.24.2", features = ["net", "rt", "macros"] }
[[example]]
name = "ws"
required-features = ["ws", "rustls"]
[[bench]]
name = "response-body-compression"
harness = false
required-features = ["compress-brotli", "compress-gzip", "compress-zstd"]