diff --git a/README.md b/README.md index ce65e1e..7c7c053 100644 --- a/README.md +++ b/README.md @@ -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.