Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Adds Redis benchmarks. (#150)
* Adds framework for Redis based benchmarks. * Supports benchmarking Redis, Geode and external Redis like systems. * Supports Jedis and Lettuce clients. * Tunable cluster sizing. Co-authored-by: Dan Smith <dasmith@vmware.com>
- Loading branch information
1 parent
99f6e63
commit 3a58d1017b2a53f0ee85c6232f5e6a2d0604b63b
Showing
164 changed files
with
4,023 additions
and
524 deletions.
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
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
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
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
@@ -16,5 +16,5 @@ | ||
package org.apache.geode.benchmark.parameters; | ||
|
||
public enum GcImplementation { | ||
CMS, G1, Z, Shenandoah; | ||
CMS, G1, Z, Shenandoah, Epsilon; | ||
} |
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
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
Oops, something went wrong.