Skip to content

Instantly share code, notes, and snippets.

@mmzeeman
Created January 24, 2013 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmzeeman/4623166 to your computer and use it in GitHub Desktop.
Save mmzeeman/4623166 to your computer and use it in GitHub Desktop.
1> erlfab:start().
Recursively listing files in: /home/maas/Work/git/zotonic/
Found 9 top directories and 8394 files.
Benchmarking function filelib:is_regular...
Benchmarking access to 500 files in 9 folders repeated 20 times...
Finished!
Times:
Range: 117003 - 138855 mics, Median: 118102 mics, Average: 120964 mics
Total: 2419287 mics (2.42 secs)
Access totals:
Hits: 10000, Misses: 25640
Averages:
Microseconds per request: 67.88
Requests per millisecond: 14.73
Benchmarking function filelib:last_modified...
Benchmarking access to 500 files in 9 folders repeated 20 times...
Finished!
Times:
Range: 117657 - 138939 mics, Median: 119209 mics, Average: 121340 mics
Total: 2426801 mics (2.43 secs)
Access totals:
Hits: 10000, Misses: 25640
Averages:
Microseconds per request: 68.09
Requests per millisecond: 14.69
Benchmarking function file:read_file_info...
Benchmarking access to 500 files in 9 folders repeated 20 times...
Finished!
Times:
Range: 116787 - 156490 mics, Median: 122176 mics, Average: 128131 mics
Total: 2562625 mics (2.56 secs)
Access totals:
Hits: 10000, Misses: 25640
Averages:
Microseconds per request: 71.90
Requests per millisecond: 13.91
ok
2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment