On 9/29/2011 5:23 AM, Stephan Beal wrote:
>
> This _might_ be relevant, might not:
>
>

(from within checkout folder root, on the Windows machine)
fossil set repo-cksum off
fossil set mtime-changes on
dir * /s > test.txt
fossil add test.txt
fossil commit -m "test" test.txt

Add was sub 1 second
Commit took 59 seconds

I repeated the process:
dir */s > test2.txt
fossil add test2.txt
fossil commit -m "test" test2.txt

and commit time was 18 seconds

I repeated 3 more times (increasing the test?.txt counter) and it was
17-18 seconds each time. Perhaps some sort of OS level caching. Also,
the final one I did a commit without specifying the file on the command
line and it took 17 seconds.

-Jeff
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to