all repos — gomponents @ 1e222b67fe5d47aba02827c6746c49a11ba3c743

HTML components in pure Go

Benchmark large document and run in CI (#246) Fixes #229

Markus Wüstenberg
commit

1e222b67fe5d47aba02827c6746c49a11ba3c743

parent

ea676e9a323c7c29b272265a3e19e6f65af397d1

1 file changed, 1 insertion(+), 2 deletions(-)

changed files
M MakefileMakefile
@@ -1,6 +1,6 @@
.PHONY: benchmark benchmark: - go test -bench=. + go test -bench=. ./... .PHONY: cover cover:
@@ -13,4 +13,3 @@
.PHONY: test test: go test -coverprofile=cover.out -shuffle on ./... -