X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fbenchmark%2FREADME;h=c8e33052551e30694ed93581f7babbbfd5010835;hb=35cbacdb34948e328f5d360f2fd76618dd678e2f;hp=8a9321d1f46ae8bd49d7974ff1119f0ec7116dd0;hpb=e6af533d5eb211b3b01834621a1c022e07b124de;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