journalling-benchmark
Usage
- clone this repository
- run ./gradlew bundleJar
- run java -jar ./build/libs/journalling-benchmark-all-0.0.1.jar -h
Parameters
- -c - number of journals to write
- -d - target directory for journals
- -i - measurement iterations
- -s - file size (bytes)
- -t - journaller type
- seek: RandomAccessFile seek/write
- pwrite: FileChannel write