void |
HashBenchmark.testKLarge16MiB(HashBenchmark.MyState state) |
Benchmark hash with K implementation, 16MiB buffer.
|
void |
HashBenchmark.testKSmall32KiB(HashBenchmark.MyState state) |
Benchmark hash with K implementation, 32KiB buffer.
|
void |
HashBenchmark.testMD5Large16MiB(HashBenchmark.MyState state) |
Benchmark MD5 hash, 16MiB buffer.
|
void |
HashBenchmark.testMD5Small32KiB(HashBenchmark.MyState state) |
Benchmark MD5 hash, 32KiB buffer.
|
void |
HashBenchmark.testTMLarge16MiB(HashBenchmark.MyState state) |
Benchmark hash with TM implementation, 16MiB buffer.
|
void |
HashBenchmark.testTMSmall32KiB(HashBenchmark.MyState state) |
Benchmark hash with TM implementation, 32KiB buffer.
|