Skip to content

Commit

Permalink
Version 1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Jan 3, 2018
1 parent 4a6ec96 commit 2b0b287
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions include/picobench/picobench.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// picobench v1.00
// picobench v1.01
// https://github.com/iboB/picobench
//
// A micro microbenchmarking library in a single header file
Expand Down Expand Up @@ -30,6 +30,9 @@
//
// 0.01 (2017-12-28) Initial prototype release
// 1.00 (2018-01-01) Initial release
// 1.01 (2018-01-03) * Only taking the fastest sample into account
// * Set default number of samples to 2
// * Added CSV output
//
//
// EXAMPLE
Expand Down Expand Up @@ -809,7 +812,7 @@ int main(int argc, char* argv[])
auto report = r.run_benchmarks();
report.to_text(std::cout);
//report.to_text_concise(std::cout);
report.to_csv(std::cout);
//report.to_csv(std::cout);
return 0;
}
#endif
Expand Down

0 comments on commit 2b0b287

Please sign in to comment.