Skip to content

Commit 5fa9fac

Browse files
authored
Merge pull request simdjson#980 from simdjson/dlemire/put_back_perf_tests
Putting back the perf tests.
2 parents a4ebdfd + 6c0950c commit 5fa9fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
environment: { CMAKE_FLAGS: -SIMDJSON_JUST_LIBRARY=ON }
125125
steps: [ cmake_build, cmake_install_test ]
126126
gcc10:
127-
description: Build and run tests on GCC 10 and AVX 2 with a cmake static build
127+
description: Build and run tests on GCC 10 and AVX 2 with a cmake static build, this test performance regression
128128
executor: gcc10
129129
environment: { CMAKE_FLAGS: -DSIMDJSON_GOOGLE_BENCHMARKS=ON -DSIMDJSON_BUILD_STATIC=ON }
130130
steps: [ cmake_test_all, cmake_install_test ]
@@ -219,7 +219,7 @@ workflows:
219219
jobs:
220220
# full multi-implementation tests
221221
- gcc7
222-
#- gcc10 # this gets tested a lot below
222+
- gcc10 # do not delete this as it tests our performance
223223
- clang6
224224
#- clang10 # this gets tested a lot below
225225

0 commit comments

Comments
 (0)