public void UnzipFromChunks_UsingSmallerBufferSizeAndThreadNumTest() { uint threadsCount = Archiver.ChooseWorkersCount() / 2; Archiver.UnzipFromChunks(outFile, unzipFile, smallerBufferSize, threadsCount); }
public void UnzipFromChunks_UsingDifferentThreadNumTest() { uint threadsCount = Archiver.ChooseWorkersCount() / 2; Archiver.UnzipFromChunks(outFile, unzipFile, bufferSize, threadsCount); }