Merge "Remove CSV support"
This commit is contained in:
@@ -135,8 +135,6 @@ static bool setBenchmarkFormat(const char* format) {
|
|||||||
gBenchmarkReporter.reset(new benchmark::ConsoleReporter());
|
gBenchmarkReporter.reset(new benchmark::ConsoleReporter());
|
||||||
} else if (!strcmp(format, "json")) {
|
} else if (!strcmp(format, "json")) {
|
||||||
gBenchmarkReporter.reset(new benchmark::JSONReporter());
|
gBenchmarkReporter.reset(new benchmark::JSONReporter());
|
||||||
} else if (!strcmp(format, "csv")) {
|
|
||||||
gBenchmarkReporter.reset(new benchmark::CSVReporter());
|
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Unknown format '%s'", format);
|
fprintf(stderr, "Unknown format '%s'", format);
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user