aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/stdlib.spec
diff options
context:
space:
mode:
authorKjell Winblad <[email protected]>2019-02-19 06:07:22 +0100
committerKjell Winblad <[email protected]>2019-03-20 14:24:23 +0100
commit1129d7b6c997df31a5b0855f55b1f1c37e3bd155 (patch)
tree73bf849fe5b675d6bdf5621e0bb51d8bff4d0562 /lib/stdlib/test/stdlib.spec
parent2467e3832d16e44bd0c5f9dc74e24a0df07814f9 (diff)
downloadotp-1129d7b6c997df31a5b0855f55b1f1c37e3bd155.tar.gz
otp-1129d7b6c997df31a5b0855f55b1f1c37e3bd155.tar.bz2
otp-1129d7b6c997df31a5b0855f55b1f1c37e3bd155.zip
Improve the ETS benchmark in the test suite ets_SUITE
* Refactor the code to make it easier to configure the benchmark * Add a test case for long benchmark runs. The new test case is run by the OTP-team's benchmark infrastructure and can help in keeping track of how the performance of ETS is affected by code changes.
Diffstat (limited to 'lib/stdlib/test/stdlib.spec')
-rw-r--r--lib/stdlib/test/stdlib.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/stdlib/test/stdlib.spec b/lib/stdlib/test/stdlib.spec
index 4de7c1a0eb..bf64eae2c7 100644
--- a/lib/stdlib/test/stdlib.spec
+++ b/lib/stdlib/test/stdlib.spec
@@ -2,3 +2,6 @@
{skip_groups,"../stdlib_test",stdlib_bench_SUITE,
[binary,base64,gen_server,gen_statem,unicode],
"Benchmark only"}.
+{skip_groups,"../stdlib_test",ets_SUITE,
+ [benchmark],
+ "Benchmark only"}.