[Webkit-unassigned] [Bug 96862] [Qt][WK2] REGRESSION(r128623): It made layout tests extremely slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 27 04:52:24 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96862





--- Comment #8 from Zan Dobersek <zandobersek at gmail.com>  2012-09-27 04:52:50 PST ---
Reinspecting the strace output showed that the bottleneck seems to be the fsync call. For instance, in one measurement DatabaseTracker::setQuota completed in 0.565244 seconds, during that time 12 calls to fsync were made. In average the fsync call took 0.045393 seconds which means that 0.544713 seconds were spent in fsync, which represents 96.37% of the complete DatabaseTracker::setQuota execution time.

I'm starting to wonder if the filesystems can be at blame here. Philippe notified me that the GTK builders are using UFS. I, for instance, am using ext4 on two different systems and the slowness is occurring on both of them. Can other people chip in on what OS and filesystem they are running into this problem?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list