[Webkit-unassigned] [Bug 178277] WPT server is 10x slower than Apache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 13 13:32:11 PDT 2017


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

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
The results on my machine (using nsurl instead of curl to be more representative) confirm it is slower but not 10x:


==========================================

$ time nscurl http://localhost:8800/FileAPI/url/url_xmlhttprequest.html -o /dev/null

real    0m0.170s
user    0m0.024s
sys     0m0.021s

$ time nscurl http://localhost:8800/FileAPI/url/url_xmlhttprequest.html -o /dev/null

real    0m0.160s
user    0m0.022s
sys     0m0.018s

$ time nscurl http://localhost:8800/FileAPI/url/url_xmlhttprequest.html -o /dev/null

real    0m0.162s
user    0m0.022s
sys     0m0.019s

real AVG: 0m0.164

==========================================

$ time nscurl http://localhost:8000/loading/simple-subframe.html -o /dev/null

real    0m0.068s
user    0m0.021s
sys     0m0.017s

$ time nscurl http://localhost:8000/loading/simple-subframe.html -o /dev/null

real    0m0.058s
user    0m0.021s
sys     0m0.018s

$ time nscurl http://localhost:8000/loading/simple-subframe.html -o /dev/null

real    0m0.055s
user    0m0.020s
sys     0m0.017s

real AVG: 0m0.060s (2.7x faster)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171013/26c738ad/attachment.html>


More information about the webkit-unassigned mailing list