disable benchmarks from running on travis - refs #3351
This commit is contained in:
parent
b0f594eea1
commit
daa1012e02
2 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue