We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3299d6b + 3278886 commit d94b498Copy full SHA for d94b498
utils/gyb_benchmark_support.py
@@ -52,7 +52,8 @@ def get_run_funcs(filepath):
52
53
54
def find_run_funcs():
55
- swift_files = all_files(perf_dir, '.swift')
+ swift_files = all_files(single_source_dir, '.swift')
56
+ swift_files += all_files(multi_source_dir, '.swift')
57
return sorted([func for f in swift_files for func in get_run_funcs(f)])
58
59
0 commit comments