Skip to content

Commit 0b055ae

Browse files
committed
chore: rename output_summary_json->output_dual_json
1 parent 5ec9865 commit 0b055ae

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark_runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
__git_commit__ = 'HEAD'
33

44
from . import custom_response_handler # noqa: F401 # Register custom response handler
5-
from . import output_summary_json # noqa: F401 # Register output format
5+
from . import output_dual_json # noqa: F401 # Register output format

0 commit comments

Comments
 (0)