Home
last modified time | relevance | path

Searched refs:NUM_SYNC_REQS (Results 1 – 1 of 1) sorted by relevance

/libuv/test/
H A Dbenchmark-fs-stat.c28 #define NUM_SYNC_REQS (10 * 1e5) macro
72 for (i = 0; i < NUM_SYNC_REQS; i++) in sync_bench()
78 fmt(&fmtbuf[0], 1.0 * NUM_SYNC_REQS), in sync_bench()
80 fmt(&fmtbuf[1], (1.0 * NUM_SYNC_REQS) / ((after - before) / 1e9))); in sync_bench()

Completed in 4 milliseconds