mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-11 13:14:06 +00:00
fixing benchmark build
This commit is contained in:
parent
64c61883a9
commit
ddc20134ff
@ -7,7 +7,7 @@
|
||||
|
||||
import testing ;
|
||||
|
||||
project histogram-benchmark
|
||||
project
|
||||
: requirements
|
||||
<include>$(BOOST_ROOT)
|
||||
<include>.
|
||||
@ -17,4 +17,11 @@ alias run-speed-test :
|
||||
[ run speed_boost.cpp ]
|
||||
;
|
||||
|
||||
alias run-google-benchmarks :
|
||||
[ run axis_index.cpp ]
|
||||
[ run histogram_iteration.cpp ]
|
||||
[ run histogram_parallel_filling.cpp ]
|
||||
;
|
||||
|
||||
explicit run-speed-test ;
|
||||
explicit run-google-benchmarks ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user