blob: 2b87918234dad5629cd91105ccdc24a921e32d0c [file] [log] [blame]
config.environment['XRAY_OPTIONS'] = 'patch_premain=false xray_naive_log=false xray_fdr_log=true'
test_modules = config.test_modules
if 'run' in test_modules:
# Insert microbenchmark module behind 'run'
test_modules.insert(test_modules.index('run')+1, 'microbenchmark')
# Timeit results are not useful for microbenchmarks
if 'timeit' in test_modules:
test_modules.remove('timeit')