aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-10-22 16:52:00 +0200
committerLukas Larsson <[email protected]>2018-11-29 09:57:08 +0100
commitfb821d422c6fc187f2a23805c559bdc9105eeb59 (patch)
tree1a6ebcfc48a7d2db04e7d3934b40c178df60f0f2
parentd5ad94075c7b8e396f780aba55c70363ce4738c4 (diff)
downloadotp-fb821d422c6fc187f2a23805c559bdc9105eeb59.tar.gz
otp-fb821d422c6fc187f2a23805c559bdc9105eeb59.tar.bz2
otp-fb821d422c6fc187f2a23805c559bdc9105eeb59.zip
ssl: Add some benchmarks to test
The ssl benchmarks tend to break when doing other changes in ssl, so we add some of the benchmarks to be run as part of normal testing.
-rw-r--r--lib/ssl/test/ssl.spec13
1 files changed, 9 insertions, 4 deletions
diff --git a/lib/ssl/test/ssl.spec b/lib/ssl/test/ssl.spec
index cb54168d36..5e65bfcfe6 100644
--- a/lib/ssl/test/ssl.spec
+++ b/lib/ssl/test/ssl.spec
@@ -1,4 +1,9 @@
-{suites,"../ssl_test",all}.
-{skip_suites, "../ssl_test",
- [ssl_bench_SUITE, ssl_dist_bench_SUITE],
- "Benchmarks run separately"}.
+% {merge_tests,false}.
+{alias,dir,"../ssl_test"}.
+
+{suites,dir,all}.
+{skip_groups,dir,ssl_bench_SUITE,setup,"Benchmarks run separately"}.
+{skip_groups,dir,ssl_bench_SUITE,pem_cache,"Benchmarks run separately"}.
+{skip_groups,dir,ssl_dist_bench_SUITE,setup,"Benchmarks run separately"}.
+{skip_groups,dir,ssl_dist_bench_SUITE,throughput,"Benchmarks run separately"}.
+