aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/test/kernel_bench.spec
AgeCommit message (Collapse)Author
2019-01-16Add logger_stress_SUITE to benchmarks specSiri Hansen
2017-11-30Add microbenchmarks for file:read/2 and file:write/2John Högberg
2017-09-05Replace the zlib driver with a NIFJohn Högberg
All operations will now yield appropriately, allowing them to be used freely in concurrent applications. This commit also deprecates the functions listed below, although they won't raise deprecation warnings until OTP 21: zlib:adler32 zlib:crc32 zlib:inflateChunk zlib:getBufSize zlib:setBufSize The behavior of throwing an error when a dictionary is required for decompression has also been deprecated.