File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
itbench_tools/bench_runner Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616import logging
1717
1818import itbench_tools .agent_harness .agent
19- import itbench_tools .app .runner
19+ import itbench_tools .bench_runner .runner
2020from itbench_tools .app .config import (
2121 DEFAULT_MINIBENCH_HOST ,
2222 DEFAULT_MINIBENCH_PORT ,
@@ -75,7 +75,7 @@ def main():
7575 log .init ()
7676
7777 if args .command == 'runner' :
78- itbench_tools .app .runner .run (args )
78+ itbench_tools .bench_runner .runner .run (args )
7979
8080
8181if __name__ == "__main__" :
Original file line number Diff line number Diff line change 3030 BenchmarkJobTake ,
3131)
3232from itbench_tools .app .models .bundle import Bundle as BundleInApp
33- from itbench_tools .app . runner_utils import (
33+ from itbench_tools .bench_runner . utils import (
3434 build_benchmark_run_config ,
3535 get_specific_log_file_path ,
3636 setup_request_logger ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments