Merge pull request #112 from bnjbvr/wasm-up

Bump wasm version
This commit is contained in:
Hannes Verschore 2017-01-23 16:34:42 +01:00 коммит произвёл GitHub
Родитель 2446ac144c 6d89c7eba4
Коммит 3b25ceda9a
3 изменённых файлов: 5 добавлений и 1 удалений

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

@ -176,7 +176,7 @@ class Browsermark(Benchmark):
class WasmMisc(Benchmark):
def __init__(self):
Benchmark.__init__(self, "0.2")
Benchmark.__init__(self, "0.3")
self.url = "http://wasm.local:8000"
@staticmethod

2
slave/download.py Normal file → Executable file
Просмотреть файл

@ -1,3 +1,5 @@
#!/usr/bin/env python2
import json
import os
import platform

2
slave/execute.py Normal file → Executable file
Просмотреть файл

@ -1,3 +1,5 @@
#!/usr/bin/env python2
import json
import sys
import traceback