Run benchmark in jenkins

This commit is contained in:
2024-02-23 16:17:28 -08:00
parent 588e8eb87f
commit d43a8a5907

1
Jenkinsfile vendored
View File

@@ -13,6 +13,7 @@ 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
./conflict_set_bench
'''
}
xunit tools: [CTest(pattern: 'build/Testing/*/Test.xml')], reduceLog: false, skipPublishingChecks: false