mirror of https://github.com/pyodide/pyodide.git
Try to fix `make benchmark`
This commit is contained in:
parent
a685f18f0e
commit
fa4456ed12
2
Makefile
2
Makefile
|
@ -124,7 +124,7 @@ lint:
|
|||
clang-format -output-replacements-xml src/*.c src/*.h src/*.js | (! grep '<replacement ')
|
||||
|
||||
|
||||
benchmark: all build/test.html
|
||||
benchmark: all
|
||||
python benchmark/benchmark.py $(HOSTPYTHON) build/benchmarks.json
|
||||
python benchmark/plot_benchmark.py build/benchmarks.json build/benchmarks.png
|
||||
|
||||
|
|
Loading…
Reference in New Issue