test.bat 486 B

123456789101112
  1. b2 -a toolset=msvc-14.0 variant=release link=static address-model=64
  2. bin\loop_time_test 1000 >msvc-loop-time.html
  3. msvc-loop-time.html
  4. echo The GCC static build does not work on Windows, probably because of a bjam/b2 bug
  5. b2 -a toolset=gcc-c++11 variant=release link=static address-model=64
  6. bin\loop_time_test 1000 >gcc-loop-time.html
  7. gcc-loop-time.html
  8. rem Copyright Beman Dawes 2015
  9. rem Distributed under the Boost Software License, Version 1.0.
  10. rem See www.boost.org/LICENSE_1_0.txt