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 16128dd commit 78fa5b4Copy full SHA for 78fa5b4
codeflash/benchmarking/pytest_new_process_trace_benchmarks.py
@@ -2,7 +2,6 @@
2
from pathlib import Path
3
4
import pytest
5
-pytest.register_assert_rewrite("codeflash")
6
7
benchmarks_root = sys.argv[1]
8
tests_root = sys.argv[2]
@@ -11,8 +10,8 @@
11
10
project_root = Path.cwd()
12
13
if __name__ == "__main__":
14
- from codeflash.benchmarking.codeflash_trace import codeflash_trace
15
- from codeflash.benchmarking.plugin.plugin import codeflash_benchmark_plugin
+ from benchmarking.codeflash_trace import codeflash_trace
+ from benchmarking.plugin.plugin import codeflash_benchmark_plugin
16
17
try:
18
# Increase recursion limit to handle recursive benchmarks with tracing overhead
0 commit comments