]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Refresh of rs-group-tests
authorSean Hefty <sean.hefty@intel.com>
Thu, 17 May 2012 16:26:56 +0000 (09:26 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 17 May 2012 16:26:56 +0000 (09:26 -0700)
examples/rstream.c

index 2b25ef56c23295476d54273f9c8fef08b783f10a..ec9b4ff3847afa622ee0bcc13c15353c7eea2c58 100644 (file)
@@ -474,6 +474,8 @@ static int run(void)
                for (i = 0; i < TEST_CNT; i++) {
                        init_latency_test(test_size[i]);
                        run_test(rs);
+               }
+               for (i = 0; i < TEST_CNT; i++) {
                        init_bandwidth_test(test_size[i]);
                        run_test(rs);
                }