FrameworkBenchmarks
FrameworkBenchmarks copied to clipboard
Source for the TechEmpower Framework Benchmarks project
I verified it on my machine using ```bash ./tfb --mode verify --test hertz ./tfb --mode verify --test hertz-gorm ``` all passed
Dependency bumps and a tuning parameter
Good morning, friends! We are working through some issues with the new servers. Nothing serious, but it's required ordering some extra parts/cables and the delay will be a bit longer....
Log: ``` Compiling hostname v0.3.1 Compiling quick-error v1.2.3 Compiling rand_core v0.6.4 error[E0635]: unknown feature `stdsimd` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/src/lib.rs:99:42 | 99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))] | ^^^^^^^ Compiling actix-service v2.0.2 Compiling...
Hi everyone! Round 22 results are in: https://tfb-status.techempower.com/results/66d86090-b6d0-46b3-9752-5aa4913b2e33 We could use some help from the community to verify these results are aligned with what is expected. (This doesn't mean your...
I actually wanted to upgrade axum itself to 0.7, but found that a few hyper server settings were used here that hyper 1.0 seems to not support as nicely. I'll...