Skip to content

Commit 78fa5b4

Browse files
committed
Update pytest_new_process_trace_benchmarks.py
1 parent 16128dd commit 78fa5b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

codeflash/benchmarking/pytest_new_process_trace_benchmarks.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from pathlib import Path
33

44
import pytest
5-
pytest.register_assert_rewrite("codeflash")
65

76
benchmarks_root = sys.argv[1]
87
tests_root = sys.argv[2]
@@ -11,8 +10,8 @@
1110
project_root = Path.cwd()
1211

1312
if __name__ == "__main__":
14-
from codeflash.benchmarking.codeflash_trace import codeflash_trace
15-
from codeflash.benchmarking.plugin.plugin import codeflash_benchmark_plugin
13+
from benchmarking.codeflash_trace import codeflash_trace
14+
from benchmarking.plugin.plugin import codeflash_benchmark_plugin
1615

1716
try:
1817
# Increase recursion limit to handle recursive benchmarks with tracing overhead

0 commit comments

Comments
 (0)