fix performance tests

This commit is contained in:
Oliver Kowalke
2014-01-27 19:52:57 +01:00
parent e74929f66a
commit 98dae1bc98
5 changed files with 67 additions and 99 deletions

View File

@@ -18,9 +18,6 @@
#include "clock.hpp"
#include "cycle.hpp"
typedef boost::coroutines::protected_stack_allocator stack_allocator;
typedef boost::coroutines::coroutine< void, stack_allocator > coroutine;
boost::coroutines::flag_fpu_t preserve_fpu = boost::coroutines::fpu_not_preserved;
boost::uint64_t jobs = 1000;