nvbench
nvbench copied to clipboard
Add example output files.
Adds samples of --list, --md, --json, and --csv for each example.
Fixed a race condition where calling std::exit(0) in the parser
was skipping ofstream destructors. Some files were never flushed/closed,
resulting in empty output files.