Uses of Class
app.keve.ktlsh.benchmarks.HashBenchmark.MyState
| Package | Description |
|---|---|
| app.keve.ktlsh.benchmarks |
kTLSH benchmarks.
|
-
Uses of HashBenchmark.MyState in app.keve.ktlsh.benchmarks
Methods in app.keve.ktlsh.benchmarks with parameters of type HashBenchmark.MyState Modifier and Type Method Description voidHashBenchmark. testKLarge16MiB(HashBenchmark.MyState state)Benchmark hash with K implementation, 16MiB buffer.voidHashBenchmark. testKSmall32KiB(HashBenchmark.MyState state)Benchmark hash with K implementation, 32KiB buffer.voidHashBenchmark. testMD5Large16MiB(HashBenchmark.MyState state)Benchmark MD5 hash, 16MiB buffer.voidHashBenchmark. testMD5Small32KiB(HashBenchmark.MyState state)Benchmark MD5 hash, 32KiB buffer.voidHashBenchmark. testTMLarge16MiB(HashBenchmark.MyState state)Benchmark hash with TM implementation, 16MiB buffer.voidHashBenchmark. testTMSmall32KiB(HashBenchmark.MyState state)Benchmark hash with TM implementation, 32KiB buffer.