Update README.md

This commit is contained in:
Brian 2014-05-09 15:40:13 -06:00
parent d7ff7a6646
commit bcff97c22c
1 changed files with 3 additions and 1 deletions

View File

@ -9,4 +9,6 @@ This script does parse __.p4ignore__ ignore files, compiles the fields as regex,
Raw Tests
===================
On a 133GB Directory with 15,700 Folders and 153,415 Files, the script ran for 11m and 16.35s. This will only get better.
With Python 2.7.6 on a 133GB Directory with 15,700 Folders and 153,415 Files, the script ran for 11m and 16.35s. This will only get better.
With Python 3.4.0 on the same directory, the script ran for 3m and 00.86s. At this point the directory was already stripped of unversioned files, but that's not the longest part of the process, so this version of Python is just that much faster. I'll have more concrete tests later when things are changing less in code.