Skip to content

Commit

Permalink
Fixed bench dev_null
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Mar 16, 2024
1 parent 5a207ad commit 50d7f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/latency.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ int main(int argc, char *argv[]) {
benchmark::RegisterBenchmark("null_sink_st", bench_logger, null_logger_st);
benchmark::RegisterBenchmark("null_sink_st (global logger)", bench_global_logger, null_logger_st);

#ifdef __linux
#ifdef __linux__
bench_dev_null();
#endif // __linux__

Expand Down

0 comments on commit 50d7f59

Please sign in to comment.