We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080c9b8 commit 99ee413Copy full SHA for 99ee413
test/zstd_tests.erl
@@ -13,7 +13,7 @@ zstd_test() ->
13
zstd:compress(Data))).
14
15
zstd_stream_test() ->
16
- Bin = << <<"A">> || _ <- lists:seq(1, 1024 * 1024) >>,
+ Bin = rand:bytes(1000000),
17
CStream = zstd:new_compression_stream(),
18
ok =
19
zstd:compression_stream_init(CStream,
0 commit comments