From 1129d7b6c997df31a5b0855f55b1f1c37e3bd155 Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Tue, 19 Feb 2019 06:07:22 +0100 Subject: 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. --- lib/stdlib/test/stdlib.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/stdlib/test/stdlib.spec') 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"}. -- cgit v1.2.3