Skip to content

Write to a separate file instead of updating the same file #1

@sonalgoyal

Description

@sonalgoyal

Current perfTestRunner.py updates the testReport. While the information is captured perfectly, we are unable to really see the trend. Current result looks like :

{
    "date": "2025-12-13",
    "time": "00:35:35",
    "test": "febrl_120K",
    "results": {
        "train": 1.51,
        "match": 5.53
    }
}

Instead, if we create a new file named as testName_date_time.csv with columns:

date, time, test, train, match
2025-12-13,00:35:35, febrl_120k, 1.51, 5.53 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions