Commit Graph

7 Commits

Author SHA1 Message Date
Hans Dembinski
c4c6d90c21 improved benchmarks, turn off asserts 2019-05-30 13:49:26 +02:00
Hans Dembinski
a1c76d2b0a
generate random numbers outside benchmark loop (#195) 2019-05-29 22:26:11 +02:00
Hans Dembinski
7a55bf0e29 move throw_exception implementation to test and benchmark folders 2019-05-28 23:15:17 +02:00
Hans Dembinski
cf9520bdfa make benchmarks compile with -O3 -march=native -fno-exceptions and -fno-rtti 2019-05-15 21:53:32 +02:00
Hans Dembinski
af77b6af07
Decouple tests and benchmarks, turn off warnings for tests with some external boost libs
- Tests and benchmarks now only include the headers they really need.
- Warnings turned off for tests that compile with external boost libs that are not warning free
2019-05-12 13:33:54 +02:00
Hans Dembinski
e75aa6b210
Google benchmark and benchmark improvements
* fetching google benchmark with cmake
* use new thread-safe accumulator in histogram_parallel_filling
* update boost, root and gsl benchmarks to use google benchmark
2019-05-03 22:06:01 +02:00
Hans Dembinski
ddc20134ff fixing benchmark build 2019-02-08 16:26:41 +01:00