X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fbenchmark%2FREADME;h=c8e33052551e30694ed93581f7babbbfd5010835;hb=a44af49d539038fd64c124deaaf07a0c2f9ec039;hp=8a9321d1f46ae8bd49d7974ff1119f0ec7116dd0;hpb=42f209e98d68936df04ec947a12e684155ce7cfe;p=lttng-ust.git diff --git a/tests/benchmark/README b/tests/benchmark/README index 8a9321d1..c8e33052 100644 --- a/tests/benchmark/README +++ b/tests/benchmark/README @@ -1,9 +1,8 @@ -UST Benchmark +To run the benchmark: -INSTALLATION INSTRUCTIONS: + ./test_benchmark - - run ./install to install and compile UST/benchmark - - run ./run to perform the benchmark +You can specify the number of iterations, events and threads by setting +environment variables ITERS, NR_EVENTS, NR_CPUS respectively: - -The trace files will be automatically saved at $HOME/.usttraces + ITERS=10 NR_EVENTS=10000 NR_CPUS=4 ./test_benchmark