Skip to content

Commit 8656dc3

Browse files
committed
Update pytest_new_process_trace_benchmarks.py
1 parent 1f7a4a8 commit 8656dc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codeflash/benchmarking/pytest_new_process_trace_benchmarks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
trace_file = sys.argv[3]
77
# current working directory
88
project_root = Path.cwd()
9+
910
if __name__ == "__main__":
1011
import pytest
1112

12-
pytest.register_assert_rewrite("codeflash.benchmarking.codeflash_trace")
13-
pytest.register_assert_rewrite("codeflash.benchmarking.plugin.plugin")
13+
pytest.register_assert_rewrite("codeflash")
1414

1515
from codeflash.benchmarking.codeflash_trace import codeflash_trace
1616
from codeflash.benchmarking.plugin.plugin import codeflash_benchmark_plugin

0 commit comments

Comments
 (0)