string4_test.cpp 603 B

123456789101112131415161718192021222324
  1. /* /libs/serialization/xml_performance/string5_test.cpp ************************
  2. (C) Copyright 2010 Bryce Lelbach
  3. Use, modification and distribution is subject to the Boost Software License,
  4. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  5. http://www.boost.org/LICENSE_1_0.txt)
  6. *******************************************************************************/
  7. #include <string>
  8. typedef std::string string;
  9. #define BSL_TYPE string
  10. #define BSL_DEPTH 1
  11. #define BSL_ROUNDS 256
  12. #define BSL_NODE_MAX 4
  13. #define BSL_SAVE_TMPFILE 0
  14. #include "harness.hpp"
  15. BSL_MAIN