pastebin

Paste #rbo -- näytä pelkkänä tekstinä -- uusi tämän pohjalta

Värjäys: Tyyli: ensimmäinen rivinumero: Tabin korvaus:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
10000:
(works)

20000:
19:31:24: INFO[main]: Test: Input size of large compressZlib is 20000
19:31:24: INFO[main]: Test: Output size of large compressZlib is 16384
19:31:24: INFO[main]: Test: Output size of large decompressZlib is 16377
19:31:24: ERROR[main]: Test (str_decompressed.size() == data_in.size()) failed: Output size not equal (output: 16377, input: 20000)

50000:
19:30:59: INFO[main]: Test: Input size of large compressZlib is 50000
19:30:59: INFO[main]: Test: Output size of large compressZlib is 16384
19:30:59: INFO[main]: Test: Output size of large decompressZlib is 16377
19:30:59: ERROR[main]: Test (str_decompressed.size() == data_in.size()) failed: Output size not equal (output: 16377, input: 50000)

100000:
19:31:49: INFO[main]: Test: Input size of large compressZlib is 100000
19:31:49: INFO[main]: Test: Output size of large compressZlib is 98304
19:31:49: INFO[main]: Test: Output size of large decompressZlib is 98272
19:31:49: ERROR[main]: Test (str_decompressed.size() == data_in.size()) failed: Output size not equal (output: 98272, input: 100000)

500000:
19:32:15: INFO[main]: Test: Input size of large compressZlib is 500000
19:32:15: INFO[main]: Test: Output size of large compressZlib is 491520
19:32:15: INFO[main]: Test: Output size of large decompressZlib is 491368
19:32:15: ERROR[main]: Test (str_decompressed.size() == data_in.size()) failed: Output size not equal (output: 491368, input: 500000)