Skip to content

Commit

Permalink
#1930: reduce num_iters in make_runnable test
Browse files Browse the repository at this point in the history
  • Loading branch information
stmcgovern committed Nov 29, 2022
1 parent 2229e5d commit 62b0d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf/make_runnable_micro.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
using namespace vt;
using namespace vt::tests::perf::common;

static constexpr int num_iters = 1000000;
static constexpr int num_iters = 100000;

struct MyTest : PerfTestHarness { };
struct MyMsg : vt::Message {};
Expand Down

0 comments on commit 62b0d9b

Please sign in to comment.