Files
coredns/.travis.yml
Miek Gieben b915393aa0 Add Benchmark functions
Add benchmark for normal and DNSSEC lookup. We can probably shave quite
a lot of these, but first lets actually get to something that is
serving.
2016-03-31 22:10:17 +01:00

8 lines
86 B
YAML

language: go
sudo: false
go:
- 1.5
- 1.6
script:
- go test -race -bench=. ./...