This change aims to refactor exporter.Close() from
CreateStatsFileFromExporter to a each roachtest and use defer to make
the code more clean and easy to understand.
There were some code smell and nit errors in statsexporter package.
This change also fixes those.
exporter.Close()
fromCreateStatsFileFromExporter
to a each roachtest and use defer to make the code more clean and easy to understand.statsexporter
package. This change also fixes those.Epic: none
Release note: None