mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-26 20:01:17 +00:00
Make compression tests a bit more lenient for reduced efficiency
This commit is contained in:
@@ -58,7 +58,7 @@ TEST_CASE("Test LZ4 compression/decompression", "[streamio][lz4]")
|
||||
|
||||
// check that the compression got good wins out of the above data. The random data will be
|
||||
// pretty much untouched but the rest should compress massively.
|
||||
CHECK(buf.GetOffset() < 1024 * 1024 + 20 * 1024);
|
||||
CHECK(buf.GetOffset() < 1024 * 1024 + 30 * 1024);
|
||||
CHECK(writer.GetOffset() == 4 * 1024 * 1024);
|
||||
|
||||
CHECK_FALSE(writer.IsErrored());
|
||||
|
||||
Reference in New Issue
Block a user