The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / benchmark / io.c @ master

History | View | Annotate | Download (2.13 KB)

# Date Author Comment
8c719f7c 02/19/2013 05:14 PM isaacs

bench: Make io.c output easier to read

19d29aa0 02/12/2013 01:38 PM Ben Noordhuis

bench: make io.c file path configurable

ed5bad75 12/25/2011 09:23 PM Ben Noordhuis

bench: fix use of fd after close

78ca5558 11/10/2011 03:13 PM Ben Noordhuis

bench: optimize io.c benchmark

Use static buffers. Most clock ticks were spent in malloc() and free() instead
of read() and write().

Fix measurements. Really fast runs would result in bogus results like:

Wrote 1048576000 bytes in -0.731630s using 8192 byte buffers: -1366.811093mB/s
353e2565 09/25/2010 12:19 PM Ryan Dahl

Fix timing on I/O benchmark

41ad3391 08/17/2010 11:43 AM Ryan Dahl

Add Paul Querna's io benchmarks