Closed martint closed 6 years ago
With this, it is possible to run a benchmark for a specific dataset or algorithm via:
mvn exec:exec \ -Dexec.classpathScope=test \ -Dexec.executable="java" \ -Dexec.args="-cp %classpath io.airlift.compress.benchmark.CompressionBenchmark -p name=XXXX -p algorithm=YYYY"
With this, it is possible to run a benchmark for a specific dataset or algorithm via: