724 B
724 B
Flash Benchmarking Module
This module is designed for high-concurrency benchmarks using wrk.
Prerequisite
- Java 21+
wrkinstalled (sudo apt install wrkon Linux/WSL)
Running the benchmarks
-
Build the project (from the root directory):
mvn clean package -DskipTests -
Start the benchmark server:
java -jar flash-bench/target/flash-bench-1.0-SNAPSHOT.jar -
Execute the benchmark suite (from a new terminal):
cd flash-bench ./benchmark.sh
Advanced: Random IDs Benchmarking
To test the speed of parameter extraction across millions of unique IDs:
wrk -t12 -c500 -d30s -s pipeline.lua http://127.0.0.1:8080