gpt_engineer.benchmark.run.print_results

gpt_engineer.benchmark.run.print_results(results: list[TaskResult])[source]

Prints the results of the benchmark tasks to the console.

Parameters:

results (list[TaskResult]) – A list of TaskResult objects representing the results of the benchmark tasks.

Return type:

None