From a01d216aab60849e4581efd41820f18562085687 Mon Sep 17 00:00:00 2001 From: weidai Date: Tue, 29 Jul 2003 01:16:22 +0000 Subject: split bench.cpp in 2 for alpha (.got subsegment exceeds 64K) git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@117 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test.cpp') diff --git a/test.cpp b/test.cpp index abf0a77..a21d351 100644 --- a/test.cpp +++ b/test.cpp @@ -267,9 +267,9 @@ int CRYPTOPP_CDECL main(int argc, char *argv[]) else if (command == "b") { if (argc<3) - BenchMarkAll(); + BenchmarkAll(); else - BenchMarkAll((float)atof(argv[2])); + BenchmarkAll((float)atof(argv[2])); } else if (command == "z") GzipFile(argv[3], argv[4], argv[2][0]-'0'); -- cgit v1.2.1