Try to fix `make benchmark`

This commit is contained in:
Michael Droettboom 2018-10-01 21:11:02 -04:00
parent a685f18f0e
commit fa4456ed12
1 changed files with 1 additions and 1 deletions

View File

@ -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