isograph.evaluation.runner

Benchmark runner.

isograph.evaluation.runner.prepare_core_suite(config)
Return type:

list[Path]

Parameters:

config (BenchmarkCommandConfig)

isograph.evaluation.runner.prepare_scale_suite(config)
Return type:

list[Path]

Parameters:

config (BenchmarkCommandConfig)

isograph.evaluation.runner.prepare_multiplex_suite(config)
Return type:

list[Path]

Parameters:

config (BenchmarkCommandConfig)

isograph.evaluation.runner.benchmark(config)
Return type:

dict[str, Path]

Parameters:

config (BenchmarkCommandConfig)

isograph.evaluation.runner.compare_reports(left_report, right_report, output_path)
Return type:

Path

Parameters:
  • left_report (Path)

  • right_report (Path)

  • output_path (Path)

isograph.evaluation.runner.export_dataset_summary(dataset_path, output_path)
Return type:

Path

Parameters:
  • dataset_path (Path)

  • output_path (Path)