Export result to a file
ItzMeJP opened this issue · 1 comments
ItzMeJP commented
There is a way to export the results to a data file? Like a text file.
I am trying to create a table with the results.
Peter-Chang commented
You may use -c $CSV_FILE_NAME
to generate a output text file.
For example, when you execute examples/performance/performance
, you can use examples/performance/performance -c output.csv
to redirect your output into output.csv in the CSV format.