iocost-benchmark / iocost-benchmarks-ci

Apache License 2.0
1 stars 3 forks source link

Use a specific format date when generating filename #29

Closed obbardc closed 4 months ago

obbardc commented 4 months ago

Currently we use Utc::today() to generate a timestamp for the PDF result filename which contains spaces and confuses the PDF generation in resctl-bench. Fix it by using a specific date format.