Comment 12 for bug 187106

Revision history for this message
Jason Mobarak (silverjam) wrote :

I seem to have a similar problem on Windows XP SP3 (with Sophos) -- unless this is normal slowdown with on-access scanning (but it seems like a lot).

This is bzr diff with on access scanning turned on:

> Measure-Command {bzr diff} | %{ $_.TotalSeconds }
13.2807554

This is bzr diff with on access scanning turned off:

> Measure-Command {bzr diff} | %{ $_.TotalSeconds }
2.9943691