summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/serialization/performance/xml/string256_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/serialization/performance/xml/string256_test.cpp')
-rw-r--r--src/boost/libs/serialization/performance/xml/string256_test.cpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/boost/libs/serialization/performance/xml/string256_test.cpp b/src/boost/libs/serialization/performance/xml/string256_test.cpp
new file mode 100644
index 000000000..b68c51233
--- /dev/null
+++ b/src/boost/libs/serialization/performance/xml/string256_test.cpp
@@ -0,0 +1,24 @@
+/* /libs/serialization/xml_performance/string25_test.cpp ***********************
+
+(C) Copyright 2010 Bryce Lelbach
+
+Use, modification and distribution is subject to the Boost Software License,
+Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+http://www.boost.org/LICENSE_1_0.txt)
+
+*******************************************************************************/
+
+#include <string>
+
+typedef std::string string;
+
+#define BSL_TYPE string
+#define BSL_DEPTH 4
+#define BSL_ROUNDS 256
+#define BSL_NODE_MAX 4
+#define BSL_SAVE_TMPFILE 0
+
+#include "harness.hpp"
+
+BSL_MAIN
+