Skip to content

Commit

Permalink
Merge pull request #206 from c410-f3r/misc
Browse files Browse the repository at this point in the history
Improve HTTP2 performance
  • Loading branch information
c410-f3r authored Aug 15, 2024
2 parents 164bf14 + a9b5422 commit 0ae3783
Show file tree
Hide file tree
Showing 93 changed files with 2,088 additions and 4,035 deletions.
17 changes: 1 addition & 16 deletions .scripts/internal-tests-0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ cargo miri test -p wtx
$rt check-generic wtx
$rt test-with-features wtx ahash
$rt test-with-features wtx arbitrary
$rt test-with-features wtx async-std
$rt test-with-features wtx atoi
$rt test-with-features wtx base64
$rt test-with-features wtx borsh
Expand All @@ -22,23 +21,15 @@ $rt test-with-features wtx client-api-framework
$rt test-with-features wtx crypto-common
$rt test-with-features wtx database
$rt test-with-features wtx digest
$rt test-with-features wtx embassy-net,_hack
$rt test-with-features wtx embassy-sync
$rt test-with-features wtx embassy-time
$rt test-with-features wtx embedded-tls
$rt test-with-features wtx fastrand
$rt test-with-features wtx flate2
$rt test-with-features wtx futures-lite
$rt test-with-features wtx glommio
$rt test-with-features wtx hashbrown
$rt test-with-features wtx hmac
$rt test-with-features wtx http2
$rt test-with-features wtx http-client-framework
$rt test-with-features wtx http-server-framework
$rt test-with-features wtx httparse
$rt test-with-features wtx memchr
$rt test-with-features wtx miniserde
$rt test-with-features wtx parking_lot
$rt test-with-features wtx pool
$rt test-with-features wtx postgres
$rt test-with-features wtx proptest
Expand All @@ -47,20 +38,14 @@ $rt test-with-features wtx rand
$rt test-with-features wtx ring
$rt test-with-features wtx rkyv,_hack
$rt test-with-features wtx rust_decimal
$rt test-with-features wtx rustls-pemfile
$rt test-with-features wtx rustls-pki-types
$rt test-with-features wtx schema-manager
$rt test-with-features wtx schema-manager-dev
$rt test-with-features wtx serde
$rt test-with-features wtx serde_json
$rt test-with-features wtx serde_yaml
$rt test-with-features wtx serde-xml-rs
$rt test-with-features wtx sha1
$rt test-with-features wtx sha2
$rt test-with-features wtx simd-json
$rt test-with-features wtx simdutf8
$rt test-with-features wtx smol
$rt test-with-features wtx smoltcp,_hack
$rt test-with-features wtx std
$rt test-with-features wtx test-strategy
$rt test-with-features wtx tokio
Expand All @@ -75,7 +60,7 @@ $rt check-with-features wtx _bench
$rt check-with-features wtx _hack
$rt check-with-features wtx _integration-tests
$rt check-with-features wtx _tokio-rustls-client
$rt check-with-features wtx _tracing-subscriber
$rt check-with-features wtx _tracing-tree
$rt test-with-features wtx _proptest

# WTX Macros
Expand Down
Loading

0 comments on commit 0ae3783

Please sign in to comment.