Don't run benchmarks in jenkins

It's probably too noisy and I don't even look anyway
This commit is contained in:
2024-03-05 12:34:35 -08:00
parent 3f121dc681
commit d9c0d24e58

2
Jenkinsfile vendored
View File

@@ -13,8 +13,6 @@ def CleanBuildAndTest(String cmakeArgs) {
cd build
ctest --no-compress-output --test-output-size-passed 100000 --test-output-size-failed 100000 -T Test -j `nproc` --timeout 90
zstd Testing/*/Test.xml
LD_LIBRARY_PATH=skip_list ./conflict_set_bench
LD_LIBRARY_PATH=radix_tree ./conflict_set_bench
'''
}
xunit tools: [CTest(pattern: 'build/Testing/*/Test.xml')], reduceLog: false, skipPublishingChecks: false