mir_performance_tests(1) | Mir Display Server Runtime Tests | mir_performance_tests(1) |
mir_performance_tests - Run Mir Display Server performance tests
This program contains Mir Display Server tests written using Google Test. You can use the following command line flags to control its behavior:
--gtest_list_tests
--gtest_filter=POSTIVE_PATTERNS[-NEGATIVE_PATTERNS]
--gtest_also_run_disabled_tests
--gtest_repeat=[COUNT]
--gtest_shuffle
--gtest_random_seed=[NUMBER]
--gtest_color=(yes|no|auto)
--gtest_print_time=0
--gtest_output=(json|xml)[:DIRECTORY_PATH/|:FILE_PATH]
--gtest_stream_result_to=HOST:PORT
--gtest_death_test_style=(fast|threadsafe)
--gtest_break_on_failure
--gtest_throw_on_failure
--gtest_catch_exceptions=0
Except for --gtest_list_tests, you can alternatively set the corresponding environment variable of a flag (all letters in upper-case). For example, to disable colored text output, you can either specify --gtest_color=no or set the GTEST_COLOR environment variable to no.
For more information, please read the Google Test documentation at https://github.com/google/googletest/. If you find a bug in Google Test (not one in your own code or tests), please report it to <googletestframework@googlegroups.com>.
April 2020 | 1.8.0 |