diff options
author | Dan Gudmundsson <[email protected]> | 2017-09-15 15:38:57 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-09-26 10:13:51 +0200 |
commit | 7554cf21e7911e5a143b5219982639908f04b1fc (patch) | |
tree | e4173c9ebdbe6e24e64fddc6c0b08d4919eacb06 /lib/stdlib/test/stdlib.spec | |
parent | 44c0da287d683609319b74c25dbade61408501b3 (diff) | |
download | otp-7554cf21e7911e5a143b5219982639908f04b1fc.tar.gz otp-7554cf21e7911e5a143b5219982639908f04b1fc.tar.bz2 otp-7554cf21e7911e5a143b5219982639908f04b1fc.zip |
stdlib: Add unicode string benchmarks
Diffstat (limited to 'lib/stdlib/test/stdlib.spec')
-rw-r--r-- | lib/stdlib/test/stdlib.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/test/stdlib.spec b/lib/stdlib/test/stdlib.spec index 3768e494b2..91712b8963 100644 --- a/lib/stdlib/test/stdlib.spec +++ b/lib/stdlib/test/stdlib.spec @@ -1 +1,2 @@ {suites,"../stdlib_test",all}. +{skip_suites,"../stdlib_test",stdlib_bench_SUITE, "bench only"}. |