Skip to content

Commit

Permalink
Update for removal of --save-metrics flag from libtest
Browse files Browse the repository at this point in the history
  • Loading branch information
aroben committed Jan 27, 2015
1 parent 5fbf888 commit 22a97c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,9 @@ check-internal: html5ever-test
check-external: html5ever-external-test
HTML5EVER_SRC_DIR=$(VPATH) ./html5ever-external-test

METRICS ?= metrics.json

.PHONY: bench
bench: html5ever-external-bench
./html5ever-external-bench --bench --save-metrics $(METRICS)
./html5ever-external-bench --bench

.PHONY: clean
clean:
Expand Down

0 comments on commit 22a97c2

Please sign in to comment.