Skip to content

Commit

Permalink
Drop thirdparty JSON implementations/performance tests
Browse files Browse the repository at this point in the history
With the implementation of the more elaborate benchmarking
suite at https://github.com/miloyip/nativejson-benchmark,
the thirdparty performance tests are superseded.
  • Loading branch information
pah committed Oct 28, 2014
1 parent 288db9c commit 20bab93
Show file tree
Hide file tree
Showing 68 changed files with 0 additions and 16,537 deletions.
4 changes: 0 additions & 4 deletions build/premake4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,13 @@ solution "test"
files {
"../include/**.h",
"../test/perftest/**.cpp",
"../test/perftest/**.c",
"../test/perftest/**.h",
}

includedirs {
"../include/",
"../thirdparty/gtest/include/",
"../thirdparty/",
"../thirdparty/jsoncpp/include/",
"../thirdparty/libjson/",
"../thirdparty/yajl/include/",
}

libdirs "../thirdparty/lib"
Expand Down
77 changes: 0 additions & 77 deletions test/perftest/jsoncpptest.cpp

This file was deleted.

9 changes: 0 additions & 9 deletions test/perftest/perftest.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
#define PERFTEST_H_

#define TEST_RAPIDJSON 1
#define TEST_JSONCPP 0
#define TEST_YAJL 0
#define TEST_ULTRAJSON 0
#define TEST_PLATFORM 0
#define TEST_MISC 0

Expand All @@ -39,12 +36,6 @@
# define RAPIDJSON_SSE2
#endif

#if TEST_YAJL
#include "yajl/yajl_common.h"
#undef YAJL_MAX_DEPTH
#define YAJL_MAX_DEPTH 1024
#endif

////////////////////////////////////////////////////////////////////////////////
// Google Test

Expand Down
84 changes: 0 additions & 84 deletions test/perftest/ultrajsontest.cpp

This file was deleted.

22 changes: 0 additions & 22 deletions test/perftest/yajl_all.c

This file was deleted.

Loading

0 comments on commit 20bab93

Please sign in to comment.