Navigation Menu

Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
test: add uv_loop_t to benchmark-sizes.c
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Jul 28, 2012
1 parent 4fe369b commit ec76a42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/benchmark-sizes.c
Expand Up @@ -39,5 +39,6 @@ BENCHMARK_IMPL(sizes) {
LOGF("uv_fs_event_t: %u bytes\n", (unsigned int) sizeof(uv_fs_event_t));
LOGF("uv_process_t: %u bytes\n", (unsigned int) sizeof(uv_process_t));
LOGF("uv_poll_t: %u bytes\n", (unsigned int) sizeof(uv_poll_t));
LOGF("uv_loop_t: %u bytes\n", (unsigned int) sizeof(uv_loop_t));
return 0;
}

0 comments on commit ec76a42

Please sign in to comment.