mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-14 06:55:50 +02:00
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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user