Update obsolete benchmark test
[lttng-ust.git] / tests / benchmark / README
index 8a9321d1f46ae8bd49d7974ff1119f0ec7116dd0..c8e33052551e30694ed93581f7babbbfd5010835 100644 (file)
@@ -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
This page took 0.023861 seconds and 4 git commands to generate.