Hans Dembinski
25608fe86a
fix sub_array and span in C++20 ( #368 )
2022-10-03 13:57:08 +02:00
Hans Dembinski
eef6e5bdbc
use new count instead of deprecated thread_safe
2021-11-15 09:28:35 +01:00
Hans Dembinski
a819ef53bf
remove boost.assert and cleanup boost.config
2020-06-08 00:41:12 +02:00
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