@PerfTest is used to signal that the annotated test class or method is performance test,
and is disabled unless enabled via setting the TEST_PERF_ENABLED environment variable to
true.@SlowTest is used to signal that the annotated test class or test method is slow running
and will be disabled unless enabled via setting the TEST_SLOW_ENABLED environment
variable to true.