You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/04/07 22:22:13 UTC

[22/28] git commit: Merge branch 'two-dot-o' of https://github.com/usergrid/usergrid into binary_serialization

Merge branch 'two-dot-o' of https://github.com/usergrid/usergrid into binary_serialization

# By Dave Johnson
# Via Dave Johnson
* 'two-dot-o' of https://github.com/usergrid/usergrid:
  Updating to reflect current state of awscluster.
  Typo.
  Minor fixes, clean-ups.
  Write, index and read performance test modules for new Core Persistence API and old Entity Manager API.


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/fe2bb3bb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/fe2bb3bb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/fe2bb3bb

Branch: refs/heads/two-dot-o
Commit: fe2bb3bb1a69f13e847f833cb3f3170bd70f83d6
Parents: e04bc77 9d6ed41
Author: grey <gr...@apigee.com>
Authored: Fri Mar 21 12:10:34 2014 -0700
Committer: grey <gr...@apigee.com>
Committed: Fri Mar 21 12:10:34 2014 -0700

----------------------------------------------------------------------
 .gitignore                                      |   6 +
 stack/awscluster/README.md                      |  31 +-
 stack/corepersistence/perftest1/pom.xml         |  76 +++++
 .../usergrid/persistence/UsergridBootstrap.java | 303 ++++++++++++++++++
 .../src/main/resources/log4j.properties         |  44 +++
 .../src/main/resources/project.properties       |   1 +
 .../main/resources/usergrid-test-context.xml    |  39 +++
 .../persistence/Usergrid1PerformanceTest.java   | 302 ++++++++++++++++++
 .../persistence/UsergridBootstrapTest.java      |  56 ++++
 stack/corepersistence/perftest2/pom.xml         |  64 ++++
 .../main/groovy/perftest2/CreateEntity.groovy   | 100 ++++++
 .../persistence/CorePerformanceTest.java        | 318 +++++++++++++++++++
 .../index/guice/TestIndexModule.java            |  30 ++
 13 files changed, 1351 insertions(+), 19 deletions(-)
----------------------------------------------------------------------