mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-03 10:01:22 +02:00
lang/c/msgpack: reverted c/bench.c
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@52 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
This commit is contained in:
parent
7c427400a7
commit
9b95875d85
@ -98,9 +98,9 @@ static void pack_append_buffer(void* user, const unsigned char* b, unsigned int
|
|||||||
|
|
||||||
|
|
||||||
static const unsigned int TASK_INT_NUM = 1<<24;
|
static const unsigned int TASK_INT_NUM = 1<<24;
|
||||||
//static const unsigned int TASK_STR_LEN = 1<<15;
|
static const unsigned int TASK_STR_LEN = 1<<15;
|
||||||
//static const unsigned int TASK_INT_NUM = 1<<20;
|
//static const unsigned int TASK_INT_NUM = 1<<20;
|
||||||
static const unsigned int TASK_STR_LEN = 1<<12;
|
//static const unsigned int TASK_STR_LEN = 1<<12;
|
||||||
static const char* TASK_STR_PTR;
|
static const char* TASK_STR_PTR;
|
||||||
|
|
||||||
|
|
||||||
@ -284,7 +284,6 @@ void bench_msgpack(void)
|
|||||||
msgpack_unpack_reset(mupk);
|
msgpack_unpack_reset(mupk);
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
puts("----");
|
puts("----");
|
||||||
puts("pack string");
|
puts("pack string");
|
||||||
reset_timer();
|
reset_timer();
|
||||||
@ -317,7 +316,6 @@ void bench_msgpack(void)
|
|||||||
sec = show_timer();
|
sec = show_timer();
|
||||||
|
|
||||||
printf("%f MB/s\n", len / sec / 1024 / 1024);
|
printf("%f MB/s\n", len / sec / 1024 / 1024);
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
msgpack_unpack_free(mupk);
|
msgpack_unpack_free(mupk);
|
||||||
@ -332,7 +330,7 @@ int main(int argc, char* argv[])
|
|||||||
TASK_STR_PTR = str;
|
TASK_STR_PTR = str;
|
||||||
|
|
||||||
bench_msgpack();
|
bench_msgpack();
|
||||||
// bench_json();
|
bench_json();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user