- DataTracer version: 0.0.6.dev0, branch tracer-benchmarks
- Python version: 3.7.4
- Operating System: MacOS 10.15.6
Description
In the current version of benchmark, the outputs are by default not stored. Moreover, in order to save the outputs for later comparison, the user will need to manually type in different file names every time.
Proposed Solution
By default store the outputs to a csv file named by the current timestamp.
Description
In the current version of
benchmark, the outputs are by default not stored. Moreover, in order to save the outputs for later comparison, the user will need to manually type in different file names every time.Proposed Solution
By default store the outputs to a
csvfile named by the current timestamp.