Separated msgpack_test.cpp.

Renamed test files.
Decreased test's loop counter to avoid travis-ci no output timeout.
The number of loops is not so meaningful.
This commit is contained in:
Takatoshi Kondo
2014-09-09 14:15:21 +09:00
parent 7491c1996a
commit 6a8412d6de
10 changed files with 1483 additions and 1411 deletions

View File

@@ -8,7 +8,7 @@
using namespace std;
const unsigned int kLoop = 10000;
const unsigned int kLoop = 1000;
const unsigned int kElements = 100;
const double kEPS = 1e-10;