aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/emulator_bench.spec
diff options
context:
space:
mode:
authorKjell Winblad <[email protected]>2019-01-30 15:52:33 +0100
committerKjell Winblad <[email protected]>2019-02-25 11:47:37 +0100
commit5284c11811e6e410b72f8233dcd8cb443402f767 (patch)
treecc185a172b19572afcabfd0c3a6b9044ac29a17f /erts/emulator/test/emulator_bench.spec
parent5904e27d7b6f1e71e60542322271e916623d71c5 (diff)
downloadotp-5284c11811e6e410b72f8233dcd8cb443402f767.tar.gz
otp-5284c11811e6e410b72f8233dcd8cb443402f767.tar.bz2
otp-5284c11811e6e410b72f8233dcd8cb443402f767.zip
Make iolist_size/1 yield
The iolist_size/1 function did not yield even if the input list was very long and a call to the function 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 f709d913b7..2a180b440c 100644
--- a/erts/emulator/test/emulator_bench.spec
+++ b/erts/emulator/test/emulator_bench.spec
@@ -1 +1,2 @@
{groups,"../emulator_test",estone_SUITE,[estone_bench]}.
+{groups,"../emulator_test",binary_SUITE,[iolist_size_benchmarks]}.