2026-03-15 14:31:52 +01:00
2026-03-15 14:31:52 +01:00
2026-03-15 01:54:35 +01:00
2026-03-15 14:31:52 +01:00
2026-03-15 14:31:52 +01:00
2026-03-15 14:31:52 +01:00
2026-03-15 14:31:52 +01:00
2026-03-15 14:31:52 +01:00

Flash Benchmarking Module

This module is designed for high-concurrency benchmarks using wrk.

Prerequisite

  • Java 21+
  • wrk installed (sudo apt install wrk on Linux/WSL)

Running the benchmarks

  1. Build the project (from the root directory):

    mvn clean package -DskipTests
    
  2. Start the benchmark server:

    java -jar flash-bench/target/flash-bench-1.0-SNAPSHOT.jar
    
  3. 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
S
Description
No description provided
Readme
3.3 MiB
Languages
Java 97.3%
JavaScript 2.2%
HTML 0.4%