Skip to content

Commit

Permalink
FIX: Prevent generating cmdline_test.py in vcompressor benchmark (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sefank authored and gaogaotiantian committed Apr 23, 2023
1 parent adce2ce commit 6ede676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_vcompressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def _print_result(
def _benchmark_vcompressor(self, uncompressed_file_path: str, compressed_file_path: str) -> None:
self.template(
["viztracer", "-o", compressed_file_path, "--compress", uncompressed_file_path],
expected_output_file=compressed_file_path, cleanup=False
expected_output_file=compressed_file_path, script=None, cleanup=False
)

@_benchmark
Expand Down

0 comments on commit 6ede676

Please sign in to comment.