Browse Source

Update .travis.yml

pull/3386/head
Martin Kroeker GitHub 4 years ago
parent
commit
bb05550b13
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      .travis.yml

+ 5
- 5
.travis.yml View File

@@ -284,11 +284,11 @@ matrix:
- travis_wait 45 make
# && make lapack-test
- 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
- OPENBLAS_LOOPS=1000 ./dgemm.goto 10 10
- OPENBLAS_LOOPS=1000 ./dgemm.goto 100 100
- OPENBLAS_LOOPS=1000 ./dgemm.goto 200 200
- OPENBLAS_LOOPS=1000 ./dgemm.goto 500 500
- OPENBLAS_LOOPS=1000 ./dgemm.goto 1000 1000
# whitelist
branches:


Loading…
Cancel
Save