We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2480ef0 commit abef3faCopy full SHA for abef3fa
splash/benchmark/benchmark.py
@@ -15,7 +15,7 @@
15
from multiprocessing.pool import ThreadPool
16
17
import requests
18
-from splash.file_server import serve_files
+from splash.benchmark.file_server import serve_files
19
from splash.tests.utils import SplashServer
20
21
PORT = 8806
splash/benchmark/download_sites.py
@@ -1,12 +1,13 @@
1
-from splash.tests.stress import lua_runonce
2
-
+import json
3
import re
+import subprocess
4
from urlparse import urlsplit
5
-import json
+
6
from lxml import html
7
8
import w3lib.html
-import subprocess
9
10
+from splash.tests.stress import lua_runonce
11
12
script_html = """
13
function main(splash)
0 commit comments