Add initial benchmarks (#1243)

* Add initial benchmarks

* improve error message if rewrk isn't installed

* what env vars does github ci have?

* run benchmarks for a bit on ci

* debug error

* ignore args on ci

* actually also locally

* apply review suggestions
This commit is contained in:
David Pedersen
2022-08-11 08:52:23 +00:00
committed by GitHub
parent 7faf059234
commit 9e50bf16fb
3 changed files with 217 additions and 0 deletions
+4
View File
@@ -102,3 +102,7 @@ features = [
"multipart",
"ws",
]
[[bench]]
name = "benches"
harness = false