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 d5ec766 commit 7278ab3Copy full SHA for 7278ab3
codeflash/benchmarking/replay_test.py
@@ -166,7 +166,7 @@ def create_trace_replay_test_code(
166
module_name = func.get("module_name")
167
function_name = func.get("function_name")
168
class_name = func.get("class_name")
169
- file_path = func.get("file_path")
+ file_path = Path(func.get("file_path")).as_posix()
170
benchmark_function_name = func.get("benchmark_function_name")
171
function_properties = func.get("function_properties")
172
if not class_name:
0 commit comments