File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
environment : { CMAKE_FLAGS: -SIMDJSON_JUST_LIBRARY=ON }
125
125
steps : [ cmake_build, cmake_install_test ]
126
126
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
128
128
executor : gcc10
129
129
environment : { CMAKE_FLAGS: -DSIMDJSON_GOOGLE_BENCHMARKS=ON -DSIMDJSON_BUILD_STATIC=ON }
130
130
steps : [ cmake_test_all, cmake_install_test ]
@@ -219,7 +219,7 @@ workflows:
219
219
jobs :
220
220
# full multi-implementation tests
221
221
- gcc7
222
- # - gcc10 # this gets tested a lot below
222
+ - gcc10 # do not delete this as it tests our performance
223
223
- clang6
224
224
# - clang10 # this gets tested a lot below
225
225
You can’t perform that action at this time.
0 commit comments