]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[TOOLS] fix default size of write_lat test to be 2 bytes
authorsleybo <sleybo@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Thu, 19 Oct 2006 11:32:05 +0000 (11:32 +0000)
committersleybo <sleybo@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Thu, 19 Oct 2006 11:32:05 +0000 (11:32 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@527 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/tools/perftests/user/write_lat/write_lat.c

index cfee82ac31ac48d95d4a6f763bb41bb99a30d1ee..579198cb1ed614fe44f2dfa5ac337c9aadf1efe2 100644 (file)
@@ -670,7 +670,7 @@ int __cdecl main(int argc, char *argv[])
        char                            *ib_devname = NULL;
        int                             port = 18515;
        int                             ib_port = 1;
-       unsigned                        size = 65536;
+       unsigned                        size = 2;
        SOCKET                  sockfd = INVALID_SOCKET;
        WSADATA         wsaData;
        int                             i = 0;