travis: run all visual tests using threaded load
This commit is contained in:
parent
280c280a9c
commit
98794accb4
1 changed files with 1 additions and 0 deletions
|
@ -49,3 +49,4 @@ script:
|
|||
- make test
|
||||
- source localize.sh && make grind
|
||||
- if [[ ${BENCHMARK} != False ]]; then make bench; fi;
|
||||
- if [[ ${BENCHMARK} != False ]]; then for i in $(ls tests/visual_tests/styles/*xml); do echo $i;./benchmark/out/test_rendering --name "text rendering" --map $i --width 1024 --height 1024 --iterations 2 --threads 10;done;fi
|
||||
|
|
Loading…
Reference in a new issue