File I/O benchmarks

I recently wrote a file I/O benchmark that uses gnuplot to generate graphs that compare the performance of the Lua/APR binding vs. the Lua standard library. Below you can see the resulting graphs when I run the benchmark script on my laptop. Some notes about the following graphs:

Performance of file:read('*a')

Performance of file:read('*l')

Performance of file:read('*n')

Last updated Sun May 15 13:01:40 UTC 2011.