-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
public class eu/vendeli/rethis/benchmarks/JedisBenchmark { | ||
public fun <init> ()V | ||
public fun jedisGet (Lorg/openjdk/jmh/infra/Blackhole;)V | ||
public fun jedisSet (Lorg/openjdk/jmh/infra/Blackhole;)V | ||
public fun setup ()V | ||
public fun tearDown ()V | ||
} | ||
|
||
public class eu/vendeli/rethis/benchmarks/KredsBenchmark { | ||
public fun <init> ()V | ||
public fun kredsGet (Lorg/openjdk/jmh/infra/Blackhole;)V | ||
public fun kredsSet (Lorg/openjdk/jmh/infra/Blackhole;)V | ||
public fun setup ()V | ||
public fun tearDown ()V | ||
} | ||
|
||
public class eu/vendeli/rethis/benchmarks/LettuceBenchmark { | ||
public fun <init> ()V | ||
public fun lettuceGet (Lorg/openjdk/jmh/infra/Blackhole;)V | ||
public fun lettuceSet (Lorg/openjdk/jmh/infra/Blackhole;)V | ||
public fun setup ()V | ||
public fun tearDown ()V | ||
} | ||
|
||
public class eu/vendeli/rethis/benchmarks/RethisBenchmark { | ||
public fun <init> ()V | ||
public fun rethisGet (Lorg/openjdk/jmh/infra/Blackhole;)V | ||
public fun rethisSet (Lorg/openjdk/jmh/infra/Blackhole;)V | ||
public fun setup ()V | ||
public fun tearDown ()V | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters