From 628c10b55259f9d2b215b4203c2228062da189dc Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 20 Jul 2020 01:20:51 -0400 Subject: fix benchmark_test (#6814) --- tools/benchmark_test.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/benchmark_test.py') diff --git a/tools/benchmark_test.py b/tools/benchmark_test.py index 82d8c4fd8..efd4594b6 100755 --- a/tools/benchmark_test.py +++ b/tools/benchmark_test.py @@ -43,8 +43,6 @@ class TestBenchmark(DenoTestCase): def test_binary_size(self): binary_size_dict = benchmark.get_binary_sizes(self.build_dir) assert binary_size_dict["deno"] > 0 - assert binary_size_dict["CLI_SNAPSHOT.js"] > 0 - assert binary_size_dict["CLI_SNAPSHOT.js.map"] > 0 assert binary_size_dict["CLI_SNAPSHOT.bin"] > 0 @unittest.skipIf("linux" not in sys.platform, -- cgit v1.2.3