Skip to content

Commit a17a704

Browse files
authored
tests: disable the entities profiling
Disable the entities profiling for the stats_dir_profiler as this shaves off ~80% of the test time.
1 parent 7695bd7 commit a17a704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Misc/stats_dir_profiler.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
// RUN: %empty-directory(%t/stats-events)
33
// RUN: %empty-directory(%t/stats-entities)
44
// RUN: %target-swiftc_driver -o %t/main -module-name main -stats-output-dir %t/stats-events %s -profile-stats-events -Xfrontend -fine-grained-timers
5-
// RUN: %target-swiftc_driver -o %t/main -module-name main -stats-output-dir %t/stats-entities %s -profile-stats-entities -Xfrontend -fine-grained-timers
5+
// %target-swiftc_driver -o %t/main -module-name main -stats-output-dir %t/stats-entities %s -profile-stats-entities -Xfrontend -fine-grained-timers
66

77
// Need to use %long-tmp because in Windows the * may expand to a path longer
88
// than 260 characters.
99
// RUN: %FileCheck -check-prefix=EVENTS -input-file %long-tmp/stats-events/*.dir/Time.User.events %s
10-
// RUN: %FileCheck -check-prefix=ENTITIES -input-file %long-tmp/stats-entities/*.dir/Time.User.entities %s
10+
// %FileCheck -check-prefix=ENTITIES -input-file %long-tmp/stats-entities/*.dir/Time.User.entities %s
1111

1212
// EVENTS: {{perform-sema;.*;typecheck-decl.* [0-9]+}}
1313
// ENTITIES: {{perform-sema;.*;TypeCheckFunctionBodyRequest bar\(\);typecheck-stmt.* [0-9]+}}

0 commit comments

Comments
 (0)