loolwsd/LOOLBroker.cpp |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 0a42ab7b81208e841d953a6028f2250e57cd61a1
Author: Michael Meeks <michael.me...@collabora.com>
Date:   Sat Apr 2 21:41:48 2016 +0100

    Remove bogus 10 second sleep.
    
    Change-Id: If44f28fdca37997eca09679bb9865944909ef4f2
    Reviewed-on: https://gerrit.libreoffice.org/23778
    Reviewed-by: Ashod Nakashian <ashnak...@gmail.com>
    Tested-by: Ashod Nakashian <ashnak...@gmail.com>

diff --git a/loolwsd/LOOLBroker.cpp b/loolwsd/LOOLBroker.cpp
index 7b82a9e..8c416d1 100644
--- a/loolwsd/LOOLBroker.cpp
+++ b/loolwsd/LOOLBroker.cpp
@@ -788,9 +788,8 @@ int main(int argc, char** argv)
             Log::info("got children " + std::to_string(numSpawned));
         }
 
-        sleep (10);
-
         Poco::Timestamp::TimeDiff elapsed = startTime.elapsed();
+
         std::cerr << "Time to launch " << numPreSpawnedChildren << " children: 
" << (1.0 * elapsed)/Poco::Timestamp::resolution() << std::endl;
         Log::info("loolbroker benchmark complete.");
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to