Update .travis.yml
This commit is contained in:
parent
113badd7a6
commit
e665617e96
|
@ -284,11 +284,9 @@ matrix:
|
||||||
- travis_wait 45 make
|
- travis_wait 45 make
|
||||||
# && make lapack-test
|
# && make lapack-test
|
||||||
- cd benchmark; make;
|
- cd benchmark; make;
|
||||||
- OPENBLAS_LOOPS=1000 ./dgemm.goto 10 10
|
- OPENBLAS_LOOPS=10000 ./dgemm.goto 10 10
|
||||||
- OPENBLAS_LOOPS=1000 ./dgemm.goto 100 100
|
- OPENBLAS_LOOPS=10000 ./dgemm.goto 100 100
|
||||||
- OPENBLAS_LOOPS=1000 ./dgemm.goto 200 200
|
- OPENBLAS_LOOPS=10000 ./dgemm.goto 1000 1000
|
||||||
- OPENBLAS_LOOPS=1000 ./dgemm.goto 500 500
|
|
||||||
- OPENBLAS_LOOPS=1000 ./dgemm.goto 1000 1000
|
|
||||||
|
|
||||||
# whitelist
|
# whitelist
|
||||||
branches:
|
branches:
|
||||||
|
|
Loading…
Reference in New Issue