Коммит
3b25ceda9a
|
@ -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
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python2
|
||||
|
||||
import json
|
||||
import os
|
||||
import platform
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python2
|
||||
|
||||
import json
|
||||
import sys
|
||||
import traceback
|
||||
|
|
Загрузка…
Ссылка в новой задаче