We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7a4a8 commit 8656dc3Copy full SHA for 8656dc3
codeflash/benchmarking/pytest_new_process_trace_benchmarks.py
@@ -6,11 +6,11 @@
6
trace_file = sys.argv[3]
7
# current working directory
8
project_root = Path.cwd()
9
+
10
if __name__ == "__main__":
11
import pytest
12
- pytest.register_assert_rewrite("codeflash.benchmarking.codeflash_trace")
13
- pytest.register_assert_rewrite("codeflash.benchmarking.plugin.plugin")
+ pytest.register_assert_rewrite("codeflash")
14
15
from codeflash.benchmarking.codeflash_trace import codeflash_trace
16
from codeflash.benchmarking.plugin.plugin import codeflash_benchmark_plugin
0 commit comments