From: Waldemar Kozaczuk <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
tests-with-linux-ld: add misc-loadbalance.cc Signed-off-by: Waldemar Kozaczuk <[email protected]> --- diff --git a/tests/misc-loadbalance.cc b/tests/misc-loadbalance.cc --- a/tests/misc-loadbalance.cc +++ b/tests/misc-loadbalance.cc @@ -210,7 +210,9 @@ int main() concurrent_loops(looplen, 4, secs, 2.0); concurrent_loops(looplen, 3, secs, 1.5); +#ifdef __OSV__ concurrent_loops_priority(looplen, secs); +#endif std::cout << "\nStarting intermittent background thread:\n"; // Estimate the loop length required for taking 1ms. -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/0000000000000474a7060c84e423%40google.com.
