[GitHub] geode pull request #450: GEODE-2632: create ClientCachePutBench

2017-07-26 Thread kirklund
Github user kirklund closed the pull request at: https://github.com/apache/geode/pull/450 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] geode pull request #450: GEODE-2632: create ClientCachePutBench

2017-04-20 Thread kirklund
Github user kirklund commented on a diff in the pull request: https://github.com/apache/geode/pull/450#discussion_r112522440 --- Diff: geode-core/src/jmh/java/org/apache/geode/internal/cache/tier/sockets/command/ClientCachePutBench.java --- @@ -0,0 +1,233 @@ +/* + * Licens

[GitHub] geode pull request #450: GEODE-2632: create ClientCachePutBench

2017-04-18 Thread galen-pivotal
Github user galen-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/450#discussion_r112004128 --- Diff: geode-core/src/jmh/java/org/apache/geode/internal/cache/tier/sockets/command/ClientCachePutBench.java --- @@ -0,0 +1,233 @@ +/* + * L

[GitHub] geode pull request #450: GEODE-2632: create ClientCachePutBench

2017-04-18 Thread galen-pivotal
Github user galen-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/450#discussion_r112005541 --- Diff: geode-core/src/jmh/java/org/apache/geode/internal/cache/tier/sockets/command/ClientCachePutBench.java --- @@ -0,0 +1,233 @@ +/* + * L

[GitHub] geode pull request #450: GEODE-2632: create ClientCachePutBench

2017-04-18 Thread galen-pivotal
Github user galen-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/450#discussion_r112005377 --- Diff: geode-core/src/jmh/java/org/apache/geode/internal/cache/tier/sockets/command/ClientCachePutBench.java --- @@ -0,0 +1,233 @@ +/* + * L

[GitHub] geode pull request #450: GEODE-2632: create ClientCachePutBench

2017-04-13 Thread kirklund
Github user kirklund commented on a diff in the pull request: https://github.com/apache/geode/pull/450#discussion_r111505951 --- Diff: geode-core/src/jmh/java/org/apache/geode/internal/cache/tier/sockets/command/ClientCachePutBench.java --- @@ -0,0 +1,199 @@ +/* + * Licens

[GitHub] geode pull request #450: GEODE-2632: create ClientCachePutBench

2017-04-13 Thread kirklund
Github user kirklund commented on a diff in the pull request: https://github.com/apache/geode/pull/450#discussion_r111432477 --- Diff: geode-core/src/jmh/java/org/apache/geode/internal/cache/tier/sockets/command/ClientCachePutBench.java --- @@ -0,0 +1,199 @@ +/* + * Licens

[GitHub] geode pull request #450: GEODE-2632: create ClientCachePutBench

2017-04-12 Thread kohlmu-pivotal
Github user kohlmu-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/450#discussion_r111093862 --- Diff: geode-core/src/jmh/java/org/apache/geode/internal/cache/tier/sockets/command/ClientCachePutBench.java --- @@ -0,0 +1,199 @@ +/* + *

[GitHub] geode pull request #450: GEODE-2632: create ClientCachePutBench

2017-04-11 Thread kirklund
GitHub user kirklund opened a pull request: https://github.com/apache/geode/pull/450 GEODE-2632: create ClientCachePutBench * add jmh to geode-core * prevent dunit launching due to static Rule * define ClientCachePutBench to measure throughput of puts from a cache client to