[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Misc-C++/stepanov_v1p2.cpp
Chris Lattner
sabre at nondot.org
Wed May 16 15:29:05 PDT 2007
Changes in directory llvm-test/SingleSource/Benchmarks/Misc-C++:
stepanov_v1p2.cpp updated: 1.1 -> 1.2
---
Log message:
increase runtime
---
Diffs of the changes: (+1 -1)
stepanov_v1p2.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/SingleSource/Benchmarks/Misc-C++/stepanov_v1p2.cpp
diff -u llvm-test/SingleSource/Benchmarks/Misc-C++/stepanov_v1p2.cpp:1.1 llvm-test/SingleSource/Benchmarks/Misc-C++/stepanov_v1p2.cpp:1.2
--- llvm-test/SingleSource/Benchmarks/Misc-C++/stepanov_v1p2.cpp:1.1 Wed May 16 17:27:36 2007
+++ llvm-test/SingleSource/Benchmarks/Misc-C++/stepanov_v1p2.cpp Wed May 16 17:28:47 2007
@@ -192,7 +192,7 @@
return result;
}
-int iterations = 25000;
+int iterations = 250000;
#define SIZE 2000
int current_test = 0;
More information about the llvm-commits
mailing list