mirror of
https://github.com/boostorg/coroutine.git
synced 2026-02-10 11:22:32 +00:00
fix performance tests
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user