diff options
Diffstat (limited to 'tests/Reactor_Performance_Test.cpp')
-rw-r--r-- | tests/Reactor_Performance_Test.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Reactor_Performance_Test.cpp b/tests/Reactor_Performance_Test.cpp index 5b66c4ba70c..8a3f42a9d38 100644 --- a/tests/Reactor_Performance_Test.cpp +++ b/tests/Reactor_Performance_Test.cpp @@ -379,11 +379,9 @@ main (int argc, ASYS_TCHAR *argv[]) ASYS_TEXT ("(%t) %p\n"), ASYS_TEXT ("thread create failed"))); - ACE_Time_Value run_limit (10); - ACE_Profile_Timer timer; timer.start (); - ACE_Reactor::instance()->run_event_loop (run_limit); + ACE_Reactor::instance()->run_event_loop (); timer.stop (); ACE_Profile_Timer::ACE_Elapsed_Time et; |