- Sep 11, 2015
-
-
Sean Busbey authored
- *incompatible* Default measurement changed from histogram to hdrhistogram Users who want previous behavior can set the 'measurementtype' property to 'histogram' - *incompatible* Reported 95th and 99th percentile latencies now in microseconds (previously in milliseconds) Conflicts: core/src/main/java/com/yahoo/ycsb/measurements/OneMeasurementHdrHistogram.java closes #371
-
- Aug 21, 2015
-
-
Sean Busbey authored
[docs] Fixes #393 - Update the curl command to use the --location option
-
- Aug 20, 2015
-
-
Robert J. Moore authored
-
- Aug 16, 2015
-
-
allanbank authored
[travis] Fixes #389 - Update .travis.yml to use the container based infrastructure for Travis Builds.
-
Robert J. Moore authored
[travis] Fixes #389 - Update .travis.yml to use the container based infrastructure for Travis Builds.
-
- Aug 12, 2015
-
-
gkamat authored
[docs] update README for 0.3.0 release.
-
- Aug 11, 2015
-
-
Govind Kamat authored
-
- Aug 07, 2015
-
-
gkamat authored
Added ASLv2 header to most files missing one.
-
Govind Kamat authored
-
- Aug 06, 2015
-
-
Sean Busbey authored
[core] Fix #380 by working around recorder/logger initialization timing.
-
nitsanw authored
The HdrHistogramReader makes some problematic assumptions on the roles played by start time, base time and histogram start/end times. This is to be revisited in a future release of HdrHistogram (see https://github.com/HdrHistogram/HdrHistogram/issues/69). In the meantime this change will make YCSB record as expected by the reader: a. Set histogram log base time (same as start time) b. Only create the recorder after the log has been setup
-
- Jul 27, 2015
- Jul 23, 2015
-
-
gkamat authored
[mongodb] Update the pom.xml to make checkstyle fail the build. Fixes #365
-
- Jul 21, 2015
-
-
Robert J. Moore authored
Updated code to satisfy the checkstyle validation. Fixes #365
-
gkamat authored
[mongodb] Update the MongoDB driver version to 3.0.3.
-
- Jul 19, 2015
-
-
allanbank authored
Fix HashMap (gh-353) bug.
-
- Jul 18, 2015
-
-
allanbank authored
Shutdown the status thread as soon as clients complete (Issue #316)
-
- Jul 17, 2015
-
-
Sean Busbey authored
closes #239. Origin patch in PR-286.
-
Govind Kamat authored
-
Robert J. Moore authored
-
Robert J. Moore authored
client (worker) thread completing via a CountDownLatch. Fixes #316
-
- Jul 16, 2015
-
-
Robert J. Moore authored
Fixes #344.
-
Robert J. Moore authored
-
Jeff Yemin authored
In order to get the tests to pass again, reverted MongoDbClient to use update with upsert instead of insert when batch size is 1.
-
Jeff Yemin authored
Added journal=true back into MongoDB connection string. For now, the connection string will contain both "j" and "journal", until such time as the MongoDB Java driver supports "journal".
-
Jeff Yemin authored
-
Jeff Yemin authored
-
Jeff Yemin authored
-
Jeff Yemin authored
-
Jeff Yemin authored
Simplified insert CRUD code to always use insertMany even when batchSize == 1, as there is no performance penalty for this in the driver.
-
Jeff Yemin authored
-
Jeff Yemin authored
Changed visibility of static field from protected to private in final OptionsSupport class for MongoDB.
-
Sean Busbey authored
[cassandra] change the port of Cassandra (previous version 1.2) as a parameter instead of a constant value such as 9160
-
sainthxd@gmail.com authored
-
- Jul 15, 2015