From d3e8bb18891c35237e6b38a85d1ea3fe5176c803 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 17 Jun 2020 17:44:28 +0000 Subject: [PATCH] Fewer performance tests. --- .circleci/config.yml | 4 ++-- .drone.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 10c6f5ce..b44c2364 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -118,7 +118,7 @@ jobs: description: Build and run tests on GCC 7 and AVX 2 with a cmake static build executor: gcc7 environment: { CMAKE_FLAGS: -DSIMDJSON_GOOGLE_BENCHMARKS=ON } - steps: [ install_cmake, cmake_test_all, cmake_install_test ] + steps: [ install_cmake, cmake_test, cmake_install_test ] gcc10: description: Build and run tests on GCC 10 and AVX 2 with a cmake static build executor: gcc10 @@ -139,7 +139,7 @@ jobs: description: Build and run tests on clang 10 and AVX 2 with a cmake static build and libc++ executor: clang10 environment: { CMAKE_FLAGS: -DSIMDJSON_USE_LIBCPP=ON } - steps: [ cmake_test_all, cmake_install_test ] + steps: [ cmake_test, cmake_install_test ] # sanitize sanitize-gcc10: description: Build and run tests on GCC 10 and AVX 2 with a cmake sanitize build diff --git a/.drone.yml b/.drone.yml index f79f9af8..05464fb4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -168,7 +168,7 @@ steps: CXX: clang++-6.0 CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=OFF BUILD_FLAGS: -- -j - CTEST_FLAGS: -j4 --output-on-failure + CTEST_FLAGS: -j4 --output-on-failure -E checkperf commands: - apt-get update -qq - apt-get install -y clang cmake git