Skip to content

Commit

Permalink
Temporarily disabling QL benchmarking. See cznic/ql#107
Browse files Browse the repository at this point in the history
  • Loading branch information
xiam committed Sep 1, 2015
1 parent f8d0942 commit 50f0f32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ script:
- go test -v .
- BENCHTIME=2s make bench -C $GOPATH/src/upper.io/db/mysql
- BENCHTIME=2s make bench -C $GOPATH/src/upper.io/db/postgresql
- BENCHTIME=2s make bench -C $GOPATH/src/upper.io/db/ql
# - BENCHTIME=2s make bench -C $GOPATH/src/upper.io/db/ql # Temporarily skipping, see https://github.com/cznic/ql/issues/107
- BENCHTIME=2s make test -C $GOPATH/src/upper.io/db/ql
- BENCHTIME=2s make bench -C $GOPATH/src/upper.io/db/sqlite
- BENCHTIME=2s make bench -C $GOPATH/src/upper.io/db/mongo

0 comments on commit 50f0f32

Please sign in to comment.