- Sep 21, 2017
-
-
Sean Busbey authored
-
- Sep 19, 2017
-
-
Chris Larsen authored
NOTE if you parse the standard out of YCSB, you'll be missing the "s" sometimes.
-
- Sep 16, 2017
-
-
Chris Larsen authored
the existing YCSB API to generate time series data (numeric values associated with timestamps). See the TimeSeriesWorkload.java class Javadocs for details on how to use it with a client and workloads/tsworkload_template for parameters. Also add the BasicTSDB instance for printing/debugging the workloads.
-
- Aug 09, 2017
-
-
Chris Larsen authored
timestamps in a non-repeating random order. Modify UnixEpochTimestampGenerator so that the random generator can extend it. Signed-off-by:
Chris Larsen <clarsen@yahoo-inc.com>
-
Chris Larsen authored
the number of unique combinations of tables, keys and fields per database operation. This is useful for tracking distributions. Signed-off-by:
Chris Larsen <clarsen@yahoo-inc.com>
-
Chris Larsen authored
for passing to db implementations as an abstraction on the byte array itorator. Signed-off-by:
Chris Larsen <clarsen@yahoo-inc.com>
-
- Aug 05, 2017
-
-
Kirill Vlasov authored
[core] Fixing squid:S1319 - Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList". (manolama - updated bindings added since the PR) Signed-off-by:
Chris Larsen <clarsen@yahoo-inc.com>
-
Mairbek Khadikov authored
Changed int to long in Measurements code to support large scale workloads. (manolama - fixed checkstyle errors) Signed-off-by:
Chris Larsen <clarsen@yahoo-inc.com>
-
- Aug 04, 2017
-
-
Jiongxin Liu authored
Signed-off-by:
Chris Larsen <clarsen@yahoo-inc.com>
-
Chris Larsen authored
be used to replace the strings.
-
Chris Larsen authored
-
Chris Larsen authored
to the workload client threads. Had to use setters to get around the checkstyle complaint of having too many parameters.
-
- Aug 02, 2017
-
-
Chris Larsen authored
for each of the children. This lets us re-use byte iterators if we need to access the values again (when applicable).
-
- Feb 03, 2017
-
-
Kevin Risden authored
-
Kevin Risden authored
-
Kevin Risden authored
-
Kevin Risden authored
-
Kevin Risden authored
-
- Jan 31, 2017
-
-
Kevin Risden authored
-
- Jan 30, 2017
-
-
Kevin Risden authored
-
Kevin Risden authored
-
Kevin Risden authored
-
Kevin Risden authored
-
- Nov 18, 2016
-
-
Kevin Risden authored
-
jschmieg authored
-
- Oct 25, 2016
-
-
Shivam Maharshi authored
-
- Sep 30, 2016
-
-
Sean Busbey authored
* in couchbase2 work around ReactiveX/RxJava#3824 * accumulo test hangs, so skip tests * hbase10 and asynchbase test crashes with unknown class version, so skip tests * orientdb tests fail, so skip * core jar-with-deps fails, so keep them broken out fixes #704, fixes #705
-
- Sep 28, 2016
-
-
Josh Elser authored
-
- Sep 27, 2016
-
-
hxd authored
-
- Aug 31, 2016
-
-
Govind Kamat authored
-
- Jul 31, 2016
-
-
Peter Lawrey authored
* Optimise fillBytesImpl so it doesn't trigger an Exception on every byte[] generated. * Make the verbose output of BasicDB thread safe. * Optimise the verbose output of BasicDB when using multiple threads
-
- Jul 01, 2016
-
-
Steffen Friedrich authored
Solve issue with hdrhistogram+raw which had combined hdrhistogram with histogram
-
- Jun 21, 2016
-
-
Sean Busbey authored
-
Enis Soztutar authored
-
- May 23, 2016
-
-
Helen Chan authored
-
- May 04, 2016
-
-
Stanley Feng authored
-
- Apr 29, 2016
-
-
Chris Larsen authored
collector. This will allow greater insight into the generations. Now the client will emmit the stats for each collector at the end of run along with the totals.
-
Chris Larsen authored
the JVM spent in GC. It now prints the time and percent of time in the final output. Also fix cases where the garbage collector implementation returns -1 if the count or time isn't implemented.
-
- Apr 28, 2016
-
-
Sean Busbey authored
-
- Apr 20, 2016
-
-
danielpoltx authored
-