Graphasync
Graph
async
History Graph
History Graph
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
423e66feedeb | Connor McCoy | [docs] Add build instructions to README, update DB-specific build docs. | Jun 17 2015 | ||||
d871a527b27a | Sean Busbey | Merge pull request #300 from busbey/issue-250 | Jun 17 2015 | ||||
195d6e861cee | Sean Busbey | [packaging] refactor packaging to avoid fat-jars. | Jun 17 2015 | ||||
4d68068d30a2 | Sean Busbey | Merge pull request #214 from LatencyUtils:master | Jun 17 2015 | ||||
bc07237f6270 | nitsanw/Sean Busbey | [test] Add new mock DB simulator | Jun 17 2015 | ||||
78e10b0be44b | nitsanw/Sean Busbey | [core] typo | Jun 17 2015 | ||||
2f8389238129 | nitsanw/Sean Busbey | [test] correct typo | Jun 17 2015 | ||||
6303b87e57c2 | nitsanw/Sean Busbey | [packaging] pack dependencies in jar | Jun 17 2015 | ||||
10c88539899a | nitsanw/Sean Busbey | [client] Add a spin.sleep option | Jun 17 2015 | ||||
bf37068a1a28 | nitsanw/Sean Busbey | [core] Upgrade to HdrHistogram 2.1.4 | Jun 17 2015 | ||||
b78c7119b614 | nitsanw/Sean Busbey | [core] Add notes for status.interval and basicdb.ranomizedelay options. | Jun 17 2015 | ||||
d3d495fd192a | nitsanw/Sean Busbey | [client] - Correct status reporting sliding timing - Make status interval… | Jun 17 2015 | ||||
b634f0cd3815 | nitsanw/Sean Busbey | [core] - Output intended vs. per-op latency or both - Output old histogram or… | Jun 17 2015 | ||||
e267ce390ce5 | nitsanw/Sean Busbey | [core] typo | Jun 17 2015 | ||||
34d1b8872f2c | nitsanw/Sean Busbey | [core] Measure intended latency and old latency side by side. Add a joined… | Jun 17 2015 | ||||
ccff6fc1b245 | nitsanw/Sean Busbey | [core] Add intended deadline reporting and measurement. Add option for… | Jun 17 2015 | ||||
6f49fd96c4be | nitsanw/Sean Busbey | [core] Read me on CO in the context of YCSB | Jun 17 2015 | ||||
a152063adb79 | nitsanw/Sean Busbey | [core] Add dependency on HdrHistogram | Jun 17 2015 | ||||
a07f76c62d95 | nitsanw/Sean Busbey | [client] Switch to managing time in nanoseconds in the ClientThread | Jun 17 2015 | ||||
9ba89cb5b7b2 | nitsanw/Sean Busbey | [core] Add HdrHistogram based measurement. Remove needless synchronization by… | Jun 17 2015 | ||||
a991bcfe612c | nitsanw/Sean Busbey | [client] Wait for status thread to properly exit in shutdown sequence | Jun 17 2015 | ||||
f50848b06112 | nitsanw/Sean Busbey | [test] Improve delay code Add option to randomize delay(default=true, as before) | Jun 17 2015 | ||||
0b024834549c | nitsanw/Sean Busbey | [core, client] Fix record count property default value in CoreWorkload, also… | Jun 17 2015 | ||||
42b39f591a9f | saggarsunil | Changes: 1. mongodb configuration parameter bug (mongodb.url) 2. README file… | Jun 17 2015 | ||||
dfd79c800c06 | Sean Busbey | Merge pull request #292 from bigbes/master | Jun 16 2015 | ||||
622974fe9746 | bigbes | Move configuration files | Jun 15 2015 | ||||
a83a2ea50025 | bigbes | Update Tarantool connector version for non-SNAPSHOT | Jun 15 2015 | ||||
b98dae335cb4 | Sean Busbey | Merge pull request #289 from steffenfriedrich/addJSONArrayMeasurementsExporter | Jun 14 2015 | ||||
1c8c628d1ade | bigbes | Code review fixes | Jun 13 2015 | ||||
bf4c4e579cec | bigbes | Add Tarantool database | Jun 11 2015 | ||||
cbaf24e4e4fc | Steffen Friedrich | [exporter] added JSONArrayMeasurementsExporter which generates one JSON array… | Jun 9 2015 | ||||
b5bee232b62f | Steffen Friedrich | [core] ByteIterators `toString()` method now uses java.nio.CharBuffer to… | Jun 9 2015 | ||||
076b8024ba4a | Connor McCoy | Merge pull request #285 from allanbank/ycsb_284 | Jun 9 2015 | ||||
7bfe3bcd12a7 | Steffen Friedrich | [core] according to issue #279 RandomByteIterator now generates also some… | Jun 8 2015 | ||||
facb9fe4fe27 | Sean Busbey | Merge pull request #268 from busbey/pr-94 | Jun 8 2015 | ||||
c263c1184704 | Sean Busbey/Sean Busbey | [gemfire] update to latest artifact. | Jun 8 2015 | ||||
86d260f71550 | Swapnil Bawaskar/Sean Busbey | [gemfire] update gemfire and re-enable. | Jun 8 2015 | ||||
4f2e7161c755 | Sean Busbey | Merge pull request #281 from busbey/issue-191 | Jun 7 2015 | ||||
bd4ca6030873 | Sean Busbey | Merge pull request #238 from busbey/issue-237 | Jun 7 2015 | ||||
042f1458f804 | Robert J. Moore | #284 - Make sure the tests work with a <= 2.4 version of MongoDB. | Jun 6 2015 | ||||
5a3d9763a08c | Robert J. Moore | Fix #284 - Switch to travis starting the test mongod instance. | Jun 6 2015 | ||||
8b7decb0e123 | Sean Busbey | Merge pull request #280 from allanbank/ycsb_277 | Jun 6 2015 | ||||
4c0a36488217 | Sean Busbey | Merge pull request #283 from y0un5/hbase-binding-document | Jun 6 2015 | ||||
5d91a2018eba | Youngjoon Kim | Add a document for hbase-binding and remove hbase-site.xml | Jun 6 2015 | ||||
0a211e2535e5 | Robert J. Moore | Javadoc updates for the test cases. #277. | Jun 6 2015 | ||||
c1a90e6b171a | Sean Busbey | [scripts] remove defunct ycsb.sh | Jun 6 2015 | ||||
2a580440b350 | Robert J. Moore | Fix #277 - Switch from updateOne to replaceOne to match changed semantics in… | Jun 6 2015 | ||||
6f9e3cf6e9b8 | Sean Busbey | Merge pull request #275 from steffenfriedrich/zipfianfix | Jun 4 2015 | ||||
9dacfe735a83 | Connor McCoy | Merge pull request #276 from cmccoy/cleanup-ycsb-script | Jun 4 2015 | ||||
1de51dd67155 | Connor McCoy | [scripts] Clean up bin/ycsb. | Jun 3 2015 | ||||
31136ce857b6 | Steffen Friedrich | Added license header and now testing the max parameter as well. | Jun 3 2015 | ||||
55164dc4b65c | Sean Busbey | Merge pull request #274 from takebayashi/hbase-writebuffersize | Jun 3 2015 | ||||
149ea8295927 | Steffen Friedrich | Given the min and max parameter ZipfianGenerator should not return 0 if (uz <… | Jun 2 2015 | ||||
15634b9b4551 | Shun Takebayashi | Make write buffer size of HBase client configurable | Jun 2 2015 | ||||
9c1c40faa4c2 | Sean Busbey | Merge pull request #270 from busbey/pr-145 | May 29 2015 | ||||
0329d7859549 | Sean Busbey | Merge pull request #271 from busbey/pr-136 | May 29 2015 | ||||
4d72b136871d | Michael Nitschinger/Sean Busbey | [couchbase] Adding support for Couchbase. | May 29 2015 | ||||
5146047a2430 | Chrisjan Matser/Sean Busbey | [cassandra] Added support for Cassandra CQL binding. | May 29 2015 | ||||
4c90a73f5dd5 | Sean Busbey | Merge pull request #91 from enixon/integrity | May 29 2015 | ||||
0a00e1f504ed | Sean Busbey | Merge pull request #108 from phaneesh/master | May 29 2015 | ||||
030aefe53c3f | Sean Busbey | Merge pull request #92 from enixon/workload-template | May 29 2015 | ||||
378e3acd2bfd | Sean Busbey | Merge pull request #260 from busbey/issue-236 | May 27 2015 | ||||
083db1714cc4 | Sean Busbey | [version] update to 0.2.0-SNAPSHOT. | May 27 2015 | ||||
0ba7e797ab27 | Sean Busbey | Merge pull request #180 from allanbank/async-mongodb-driver | May 24 2015 | ||||
8e425ae17748 | Sean Busbey | Merge pull request #256 from takebayashi/hbase-autoflush | May 23 2015 | ||||
e4479ef19467 | Shun Takebayashi | Change default value of clientbuffering property to false | May 23 2015 | ||||
23e5afcf863f | Shun Takebayashi | Rename autoflush property to clientbuffering | May 23 2015 | ||||
6970ee1152c0 | Robert J. Moore | Add majority write concern and deprecated most of the options. Migrated to the… | May 22 2015 | ||||
eaebc71995d4 | Robert J. Moore | Tests and updates for OptionsSupport. | May 22 2015 | ||||
d5626110064d | Robert J. Moore | Bump the MongoDB versions. | May 22 2015 | ||||
12ddd5db8c6c | Robert J. Moore | Explicit License. | May 22 2015 | ||||
61b96944a381 | Robert J. Moore | Explicit License. | May 22 2015 | ||||
7c24d192ca14 | Robert J. Moore | Add logback logger. | May 22 2015 | ||||
4bcbb592855c | Robert J. Moore | Remove eclipse-ism. | May 22 2015 | ||||
6ea36c12b56b | Robert J. Moore | Add the avoidance of finalizers for cursors back in. | May 22 2015 | ||||
3b9e207c814f | Robert J. Moore | Update the MongoDB drivers to just use a connection string or MongoDB URI to… | May 22 2015 | ||||
03b25308c5a2 | Robert J. Moore | Update the README with how to use the asynchronous driver. | May 22 2015 | ||||
cdecd9968d41 | Robert J. Moore | README Tweaks. | May 22 2015 | ||||
40bdb5070102 | Jared Rosoff/Robert J. Moore | Change inserts to upserts in mongoclient | May 22 2015 | ||||
7762b5e0d984 | Robert J. Moore | Revert to the central YCSB repository. | May 22 2015 | ||||
842560b0faca | Asya Kamsky/Robert J. Moore | Update mongodb/README.md with more specific info | May 22 2015 | ||||
0b68bd48fed0 | Matias Cascallares/Robert J. Moore | added support to specify readPreference | May 22 2015 | ||||
c9609612664d | Gianfranco Palumbo/Robert J. Moore | add instructions to install java via yum/apt-get | May 22 2015 | ||||
637531b3baf7 | Gianfranco Palumbo/Robert J. Moore | Add maven bash env vars | May 22 2015 | ||||
488ef7f348b8 | Gianfranco Palumbo/Robert J. Moore | Added 'Install Maven and Java' instructions Ycsb config parameters example | May 22 2015 | ||||
aa1e56af00a2 | achille/Robert J. Moore | Set default thread count to 100 when thread count is not specified | May 22 2015 | ||||
cd1fb3571981 | Jared Rosoff/Robert J. Moore | No need to call getError on writeResult. any errors for writeConcern level will… | May 22 2015 | ||||
7b9cf5f49522 | Jared Rosoff/Robert J. Moore | Updated to current standard write concerns | May 22 2015 | ||||
91f079160e6b | Jared Rosoff/Robert J. Moore | Don't use finalizers to close cursors | May 22 2015 | ||||
218e25878439 | Robert J. Moore | Cleanup | May 22 2015 | ||||
a3bbb25f7d0d | Robert J. Moore | Update MongoDB Async Driver version. | May 22 2015 | ||||
878f9f933622 | Robert J. Moore | Add option: threadsAllowedToBlockForConnectionMultiplier | May 22 2015 | ||||
8e001060cc3a | Robert J. Moore | Optimizations. | May 22 2015 | ||||
7e0f63208c7d | Robert J. Moore | Add the async client to the startup script. | May 22 2015 | ||||
1db6c0c73ef2 | Robert J. Moore | Add an adapter for MongoDB using the asynchronous driver. | May 22 2015 | ||||
50c014c581db | Sean Busbey | Merge pull request #253 from asya999/patch-3 | May 22 2015 | ||||
8336848de18f | Sean Busbey | Merge pull request #209 from benjaminbrent/workload-properties | May 21 2015 | ||||
dd271e9f4dd2 | Asya Kamsky | update version of MongoDB driver | May 21 2015 | ||||
7797108a309c | Shun Takebayashi | Add autoflush option to HBaseClient | May 20 2015 | ||||
96eaa580e345 | Sean Busbey | Merge pull request #188 from y0un5/fix-hbase-update | May 19 2015 |
c4science · Help