haikuwebkit/Tools/Scripts/webkitpy/benchmark_runner/http_server_driver
Dewei Zhu 5ddaa9c9a4 HTTP server should run with the same python executable as run-benchmark script.
https://bugs.webkit.org/show_bug.cgi?id=226834

Reviewed by Jonathan Bedard.

'SimpleHTTPServerDriver._ensure_http_server_dependencies' will not work if the
python version used by run-benchmark is not the same as the one invokes http server.

Remove python modules no longer needed by http server.

* Scripts/webkitpy/benchmark_runner/http_server_driver/simple_http_server_driver.py:
(SimpleHTTPServerDriver.serve):
(SimpleHTTPServerDriver._ensure_http_server_dependencies):

Canonical link: https://commits.webkit.org/238652@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@278670 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-06-09 20:54:31 +00:00
..
http_server Increase http server launch timeout on run-benchmark script. 2021-06-09 01:12:12 +00:00
__init__.py
http_server_driver.py
http_server_driver_factory.py
simple_http_server_driver.py HTTP server should run with the same python executable as run-benchmark script. 2021-06-09 20:54:31 +00:00