Skip to content

Commit

Permalink
Turn off event-tracking by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinken committed Aug 25, 2023
1 parent 9f7331a commit 220f49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performance_test_factory/src/cli_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Options::Options()
name_threads = true;
duration_sec = 5;
resources_sampling_per_ms = 500;
tracking_options.is_enabled = true;
tracking_options.is_enabled = false;
tracking_options.late_percentage = 20;
tracking_options.late_absolute_us = 5000;
tracking_options.too_late_percentage = 100;
Expand Down

0 comments on commit 220f49c

Please sign in to comment.