Fix to bypass chromes new url tester

This commit is contained in:
Hannes Verschore 2014-05-13 23:23:14 -07:00
Родитель 62a6996e0a
Коммит 4d49ef7bee
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,7 @@ import json
class Benchmark:
def __init__(self, name, page):
self.name = name
self.page = "localhost:8000/"+page
self.page = "http://localhost:8000/"+page
def run(self, engine, submit):
for modeInfo in engine.modes: