Skip to content

Commit

Permalink
Circleci: simplify benchmark tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lamphamsy committed Jul 27, 2018
1 parent 4acda30 commit fff0af5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,4 @@ jobs:
- run: cd build && make check-format
- run: cd build && make check-lint
- run: cd build && make check
# w/o SIMD
- run: cd build && cmake .. -DQUADIRON_USE_SIMD=OFF && make benchmark
# w/ SSE4
- run: cd build && cmake .. -DQUADIRON_USE_SIMD=SSE4 && make benchmark
# w/ AVX2
- run: cd build && cmake .. -DQUADIRON_USE_SIMD=AVX2 && make benchmark
- run: cd build && make benchmark

0 comments on commit fff0af5

Please sign in to comment.