Skip to content

Commit 32e874e

Browse files
fix: do not stringify benchmark execution statistics
1 parent 6a11a72 commit 32e874e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pharia_studio_sdk/evaluation/benchmark/studio_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def average_or_zero(list: list) -> float:
171171
eval_failed_count=evaluation_overview.failed_evaluation_count,
172172
aggregation_start=aggregation_overview.start,
173173
aggregation_end=aggregation_overview.end,
174-
statistics=aggregation_overview.statistics.model_dump_json(),
174+
statistics=aggregation_overview.statistics.model_dump(),
175175
)
176176

177177
benchmark_execution_id = self.client.submit_benchmark_execution(

0 commit comments

Comments
 (0)