File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments