aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/emulator_bench.spec
diff options
context:
space:
mode:
authorKjell Winblad <[email protected]>2019-02-06 11:29:41 +0100
committerKjell Winblad <[email protected]>2019-05-27 12:21:18 +0200
commitb72e9d38110aac082cd98084dcb507a61b1bc3ad (patch)
tree0c380c5f8a722e72950c5d71664419caefa90acb /erts/emulator/test/emulator_bench.spec
parentfe77a98f2e76b8e577df8fc68cb2a68adabc413c (diff)
downloadotp-b72e9d38110aac082cd98084dcb507a61b1bc3ad.tar.gz
otp-b72e9d38110aac082cd98084dcb507a61b1bc3ad.tar.bz2
otp-b72e9d38110aac082cd98084dcb507a61b1bc3ad.zip
Make erlang:phash2/1 and erlang:phash2/2 yield
The erlang:phash2 functions did not yield even if the input was very large and a call to one of the functions did only consume a single reduction. This commit fixes these problems.
Diffstat (limited to 'erts/emulator/test/emulator_bench.spec')
-rw-r--r--erts/emulator/test/emulator_bench.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/test/emulator_bench.spec b/erts/emulator/test/emulator_bench.spec
index 03638bfa23..8b1bb71a40 100644
--- a/erts/emulator/test/emulator_bench.spec
+++ b/erts/emulator/test/emulator_bench.spec
@@ -1,3 +1,4 @@
{groups,"../emulator_test",estone_SUITE,[estone_bench]}.
{groups,"../emulator_test",binary_SUITE,[iolist_size_benchmarks]}.
{groups,"../emulator_test",erts_debug_SUITE,[interpreter_size_bench]}.
+{groups,"../emulator_test",hash_SUITE,[phash2_benchmark]}.