Add --perf_verify_sanity option to performance tests
This option provides an easy way to identify tests having no regression data for sanity checks
This commit is contained in:
@@ -849,6 +849,8 @@ if __name__ == "__main__":
|
||||
test_args.extend(["--perf_min_samples=1"])
|
||||
if not [a for a in test_args if a.startswith("--perf_force_samples=")] :
|
||||
test_args.extend(["--perf_force_samples=1"])
|
||||
if not [a for a in test_args if a.startswith("--perf_verify_sanity")] :
|
||||
test_args.extend(["--perf_verify_sanity"])
|
||||
|
||||
logs = []
|
||||
test_list = []
|
||||
|
Reference in New Issue
Block a user