Update .travis.yml
This commit is contained in:
parent
fa7e4d86fc
commit
eda222a144
|
@ -283,7 +283,12 @@ matrix:
|
|||
script:
|
||||
- travis_wait 45 make
|
||||
# && make lapack-test
|
||||
- cd benchmark; make; OPENBLAS_LOOPS=50 ./dgemm.goto 10 500
|
||||
- cd benchmark; make;
|
||||
- OPENBLAS_LOOPS=250 ./dgemm.goto 10 10
|
||||
- OPENBLAS_LOOPS=250 ./dgemm.goto 100 100
|
||||
- OPENBLAS_LOOPS=250 ./dgemm.goto 200 200
|
||||
- OPENBLAS_LOOPS=250 ./dgemm.goto 500 500
|
||||
- OPENBLAS_LOOPS=250 ./dgemm.goto 1000 1000
|
||||
|
||||
# whitelist
|
||||
branches:
|
||||
|
|
Loading…
Reference in New Issue