]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/serialization/performance/xml/string64_test.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / serialization / performance / xml / string64_test.cpp
1 /* /libs/serialization/xml_performance/string25_test.cpp ***********************
2
3 (C) Copyright 2010 Bryce Lelbach
4
5 Use, modification and distribution is subject to the Boost Software License,
6 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7 http://www.boost.org/LICENSE_1_0.txt)
8
9 *******************************************************************************/
10
11 #include <string>
12
13 typedef std::string string;
14
15 #define BSL_TYPE string
16 #define BSL_DEPTH 3
17 #define BSL_ROUNDS 256
18 #define BSL_NODE_MAX 4
19 #define BSL_SAVE_TMPFILE 0
20
21 #include "harness.hpp"
22
23 BSL_MAIN
24