disable benchmarks from running on travis - refs #3351

This commit is contained in:
Dane Springmeyer 2016-03-04 12:36:57 -08:00 committed by artemp
parent b0f594eea1
commit daa1012e02
2 changed files with 3 additions and 1 deletions

View file

@ -28,7 +28,6 @@ matrix:
include:
- os: linux
sudo: false
compiler: clang
env: JOBS=8 CXX="ccache clang++-3.6 -Qunused-arguments" CC="clang-3.6" MASON_PUBLISH=False BENCH=False
addons:

View file

@ -29,6 +29,8 @@ run test_face_ptr_creation 10 1000
run test_font_registration 10 100
run test_offset_converter 10 1000
# commented since this is really slow on travis
: '
./benchmark/out/test_rendering \
--name "text rendering" \
--map benchmark/data/roads.xml \
@ -37,6 +39,7 @@ run test_offset_converter 10 1000
--height 600 \
--iterations 20 \
--threads 10
'
./benchmark/out/test_rendering \
--name "gdal tiff rendering" \