Remove benchmark from travis (#2350)

We're not doing anything with the data so stop doing it. Also makes
travis 20% faster.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2018-11-29 20:29:37 +00:00
committed by Yong Tang
parent 50ef7409d1
commit 95c9e14dcf
2 changed files with 0 additions and 18 deletions

View File

@@ -22,7 +22,6 @@ env:
- TEST_TYPE=integration ETCD_VERSION=3.3.8
- TEST_TYPE=core ETCD_VERSION=3.3.8
- TEST_TYPE=plugin ETCD_VERSION=3.3.8
- TEST_TYPE=benchmark ETCD_VERSION=3.3.8
# In the Travis VM-based build environment, IPv6 networking is not
# enabled by default. The sysctl operations below enable IPv6.