I added NTFS to the LTCB.
http://cs.fit.edu/~mmahoney/compression/text.html#6368
It was something of a challenge to test and document. I'm not aware of any other benchmarks that have done so. It is the compression you get when you check "compress files to save disk space" in a folder properties dialog box in Windows. It uses a proprietary format called LZNT1 which turns out to be a LZSS variant according to a document I found in Russian.
The compression ratio is not great but it is very fast. In fact, decompression time would be negative according to the way I normally would test. Anyway, it makes the Pareto frontier.