mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Reduce thread count in static_initializer test (RIPD-864)
This commit is contained in:
@@ -199,14 +199,7 @@ void
|
|||||||
static_initializer_test::run ()
|
static_initializer_test::run ()
|
||||||
{
|
{
|
||||||
test <Case< 4, cxx11_tag>> ();
|
test <Case< 4, cxx11_tag>> ();
|
||||||
test <Case< 16, cxx11_tag>> ();
|
|
||||||
test <Case< 64, cxx11_tag>> ();
|
|
||||||
test <Case<256, cxx11_tag>> ();
|
|
||||||
|
|
||||||
test <Case< 4, beast_tag>> ();
|
test <Case< 4, beast_tag>> ();
|
||||||
test <Case< 16, beast_tag>> ();
|
|
||||||
test <Case< 64, beast_tag>> ();
|
|
||||||
test <Case<256, beast_tag>> ();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user