new uv_req_t sizes in benchmark-sizes
This commit is contained in:
parent
ca3cfbae74
commit
a24d6e4bd8
@ -24,7 +24,9 @@
|
||||
|
||||
|
||||
BENCHMARK_IMPL(sizes) {
|
||||
LOGF("uv_req_t: %u bytes\n", (unsigned int) sizeof(uv_req_t));
|
||||
LOGF("uv_shutdown_t: %u bytes\n", (unsigned int) sizeof(uv_shutdown_t));
|
||||
LOGF("uv_write_t: %u bytes\n", (unsigned int) sizeof(uv_write_t));
|
||||
LOGF("uv_connect_t: %u bytes\n", (unsigned int) sizeof(uv_connect_t));
|
||||
LOGF("uv_tcp_t: %u bytes\n", (unsigned int) sizeof(uv_tcp_t));
|
||||
LOGF("uv_pipe_t: %u bytes\n", (unsigned int) sizeof(uv_pipe_t));
|
||||
LOGF("uv_prepare_t: %u bytes\n", (unsigned int) sizeof(uv_prepare_t));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user