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 authored and lifflander committed Sep 22, 2022
1 parent 9b751f9 commit 26ac58a
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 26ac58a

Please sign in to comment.