aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/stdlib_bench.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_bench.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_bench.spec')
-rw-r--r--lib/stdlib/test/stdlib_bench.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/test/stdlib_bench.spec b/lib/stdlib/test/stdlib_bench.spec
index 7a0da811a0..6d665f22b6 100644
--- a/lib/stdlib/test/stdlib_bench.spec
+++ b/lib/stdlib/test/stdlib_bench.spec
@@ -8,3 +8,4 @@
{skip_groups,"../stdlib_test",stdlib_bench_SUITE,
[gen_server_comparison,gen_statem_comparison],
"Not a benchmark"}.
+{groups,"../stdlib_test",ets_SUITE,[benchmark]}.