Skip to content

Commit 99ee413

Browse files
committed
Compress random bytes
1 parent 080c9b8 commit 99ee413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/zstd_tests.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ zstd_test() ->
1313
zstd:compress(Data))).
1414

1515
zstd_stream_test() ->
16-
Bin = << <<"A">> || _ <- lists:seq(1, 1024 * 1024) >>,
16+
Bin = rand:bytes(1000000),
1717
CStream = zstd:new_compression_stream(),
1818
ok =
1919
zstd:compression_stream_init(CStream,

0 commit comments

Comments
 (0)