Don't do timing tests; it takes too long!
authorTheodore Tso <tytso@mit.edu>
Mon, 20 May 1996 21:16:20 +0000 (21:16 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 20 May 1996 21:16:20 +0000 (21:16 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8064 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/sha/ChangeLog
src/lib/crypto/sha/t_shs.c

index 9e3c0011deab9d47c46295fa6cfce6e3e2cdcda5..3ded41a010ea5483893e7de87037d76c49fbea7a 100644 (file)
@@ -1,3 +1,7 @@
+Mon May 20 17:15:32 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * t_shs.c (main): Don't do timing tests; it takes too long!
+
 Tue May 14 17:09:36 1996  Richard Basch  <basch@lehman.com>
 
        * .Sanitize: reflect current files
index 8c1a1290a6f4ba60d3349d30471bbc6c095b38cc..de30603e23acefabb515db18d533a41b89bec7a5 100644 (file)
@@ -104,6 +104,7 @@ main()
     puts( "passed, result= 3232AFFA48628A26653B5AAA44541FD90D690603" );
 #endif /* NEW_SHS */
 
+#if 0
     printf( "\nTesting speed for 100MB data... " );
     shsInit( &shsInfo );
     secondCount = time( NULL );
@@ -112,6 +113,7 @@ main()
     secondCount = time( NULL ) - secondCount;
     printf( "done.  Time = %ld seconds, %ld kbytes/second.\n", \
             secondCount, 100500L / secondCount );
+#endif
 
     puts( "\nAll SHS tests passed" );
     exit( OK );