Skip to content

Benchmark - Best Score Graph is empty #1631

Description

@simontiffert

Describe the bug
When running the benchmark in version 1.22.1 the Best Score graph stays empty. If I revert to 1.21.0 I can see the Best Score Graph again.

Looking into BEST_SCORE.csv I can see it is related to the initialized column where every value is initialized: "false":
"timeMillisSpent","score","initialized"
106,"-5hard/-541soft","false"

Probably related to

.add(new BestScoreStatisticPoint(timestamp, score, subSingleBenchmarkResult.isInitialized()))));

Expected behavior
Best Score Graph (every Score type)

Actual behavior
No Best Score Graph (every Score type)

To Reproduce
Run the benchmark with 1.22.1

Environment

Timefold Solver Version or Git ref:
1.22.1

Metadata

Metadata

Assignees

Labels

regressionA bug that was caused by another commit; usually indicates lack of test coverage.

Type

No fields configured for Bug.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions