mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
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.
8 lines
86 B
YAML
8 lines
86 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.5
|
|
- 1.6
|
|
script:
|
|
- go test -race -bench=. ./...
|