Nitsan Wakart all time


 2 Collaborator
Jake Luciani , nitsanw

 4 Patch  1 Review
e73633cd8129b18e706e7ee8bdb05d802111c7e3, c1dcc9ce46f53dd89b80a08d363d5eacac1b9e23, 89f275c6587150907b90ed03ca515b12c0c6ae11, 5477083a2f087758034703674c49e8012f295c42 1d7466425b96dcf4e1ebf68eceed4858fbbd6e29

1d7466425b96dcf4e1ebf68eceed4858fbbd6e29 | Author: T Jake Luciani <jake@apache.org>
 | 2016-09-01 10:36:11-04:00

    Make jmh jar and add RW + Compaction tests
    
    Patch by tjake; reviewed by Nitsan Wakart for CASSANDRA-12586

e73633cd8129b18e706e7ee8bdb05d802111c7e3 | Author: nitsanw <nitsanw@yahoo.com>
 | 2016-09-01 01:27:55+02:00

    Fix Cassandra Stress reporting thread model and precision
    
    Patch by Nitsan Wakart; reviewed by tjake for CASSANDRA-12585

c1dcc9ce46f53dd89b80a08d363d5eacac1b9e23 | Author: nitsanw <nitsanw@yahoo.com>
 | 2016-07-06 14:45:18+02:00

    Fix hdr logging for single operation workloads
    
    Patch by Nitsan Wakart; reviewed by tjake for CASSANDRA-12145

89f275c6587150907b90ed03ca515b12c0c6ae11 | Author: nitsanw <nitsanw@yahoo.com>
 | 2016-05-15 22:40:38+02:00

    Introduce HdrHistogram and response/service/wait separation to stress tool
    
    Patch by Nitsan Wakart; reviewed by tjake for CASSANDRA-11853

5477083a2f087758034703674c49e8012f295c42 | Author: nitsanw <nitsanw@yahoo.com>
 | 2016-03-24 10:54:14+02:00

    Eliminate repeated allocation of Pair for default case
    Replace Objects.hashcode with handrolled to avoid allocation
    Eliminate allocations of byte array for UTF8 String serializations
    
    Patch by Nitsan Wakart; reviewed by tjake for CASSANDRA-11428