Skip to content

Commit d3e8bb1

Browse files
author
Daniel Lemire
committed
Fewer performance tests.
1 parent 76c9f4f commit d3e8bb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
description: Build and run tests on GCC 7 and AVX 2 with a cmake static build
119119
executor: gcc7
120120
environment: { CMAKE_FLAGS: -DSIMDJSON_GOOGLE_BENCHMARKS=ON }
121-
steps: [ install_cmake, cmake_test_all, cmake_install_test ]
121+
steps: [ install_cmake, cmake_test, cmake_install_test ]
122122
gcc10:
123123
description: Build and run tests on GCC 10 and AVX 2 with a cmake static build
124124
executor: gcc10
@@ -139,7 +139,7 @@ jobs:
139139
description: Build and run tests on clang 10 and AVX 2 with a cmake static build and libc++
140140
executor: clang10
141141
environment: { CMAKE_FLAGS: -DSIMDJSON_USE_LIBCPP=ON }
142-
steps: [ cmake_test_all, cmake_install_test ]
142+
steps: [ cmake_test, cmake_install_test ]
143143
# sanitize
144144
sanitize-gcc10:
145145
description: Build and run tests on GCC 10 and AVX 2 with a cmake sanitize build

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ steps:
168168
CXX: clang++-6.0
169169
CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=OFF
170170
BUILD_FLAGS: -- -j
171-
CTEST_FLAGS: -j4 --output-on-failure
171+
CTEST_FLAGS: -j4 --output-on-failure -E checkperf
172172
commands:
173173
- apt-get update -qq
174174
- apt-get install -y clang cmake git

0 commit comments

Comments
 (0)