Skip to content

Commit b7bf2e2

Browse files
committed
Bring back xcbeautify in perf test
1 parent 15631ea commit b7bf2e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ test: xcbeautify
3838
&& swift test --disable-automatic-resolution \
3939
2>&1 | ./xcbeautify --renderer github-actions
4040

41-
test-query-performance:
41+
test-query-performance: xcbeautify
4242
set -o pipefail \
4343
&& env RUN_QUERY_PERFORMANCE_TESTS=true \
4444
swift test --disable-automatic-resolution \
4545
--filter QueryPerformanceTests \
4646
2>&1 | tee test.log
4747
grep "ℹ️" test.log
48-
grep -v "\] Compiling" test.log
48+
grep -v "\] Compiling" test.log | ./xcbeautify --renderer github-actions
4949

5050
test-fast:
5151
@echo Skipping image snapshot tests

0 commit comments

Comments
 (0)