Skip to content

Conversation

@sayalibhavsar
Copy link

Description

Adds zero-padding to CoreMark-PRO iteration result filenames to ensure proper numerical sorting when running 10 or more iterations.

Before/After Comparison

Before: Files sorted as run_1, run_10, run_11, ..., run_2, run_3 (lexicographic order).
After: Files sorted as run_01, run_02, ..., run_10, run_11, run_12 (numerical order with minimal zero-padding).

Clerical Stuff

This closes #37

Relates to JIRA: RPOPC-287

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test result filenames should use leading zeros when running multiple iterations

2 participants