Searched refs:NUM_SYNC_REQS (Results 1 – 1 of 1) sorted by relevance
28 #define NUM_SYNC_REQS (10 * 1e5) macro72 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 6 milliseconds