From 6f09b8de4158417c3ffebcca316b806986c7b613 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 25 Jun 2020 23:50:16 +1000 Subject: Restore stats for incremental compile (#6474) --- cli/tests/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 890249072..b4bc47e08 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2049,7 +2049,7 @@ itest!(single_compile_with_reload { }); itest!(performance_stats { - args: "bundle --log-level debug 002_hello.ts", + args: "cache --reload --log-level debug 002_hello.ts", output: "performance_stats.out", }); -- cgit v1.2.3