I decide to implement this after this fascinating read. https://github.com/TechEmpower/FrameworkBenchmarks/issues/7402
@@ -4,7 +4,7 @@
{
"default": {
"plaintext_url": "/plaintext",
- "port": 8089,
+ "port": 8080,
"approach": "Realistic",
"classification": "Platform",
"database": "None",
@@ -12,5 +12,5 @@ RUN RUSTFLAGS="-Ctarget-cpu=native -Ztune-cpu=native -Zmutable-noalias=yes -Clin
/root/.cargo/bin/cargo build --release --target x86_64-unknown-linux-gnu -Zbuild-std=panic_abort,core,std,alloc,proc_macro,compiler_builtins \
&& strip ./target/x86_64-unknown-linux-gnu/release/faf-ex
-EXPOSE 8089
+EXPOSE 8080
CMD ./target/x86_64-unknown-linux-gnu/release/faf-ex
@@ -75,5 +75,5 @@ fn cb(
}
pub fn main() {
- faf::epoll::go(8089, cb);
+ faf::epoll::go(8080, cb);