You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2014/07/01 12:53:53 UTC

[4/4] git commit: This closes #10

This closes #10


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

Branch: refs/heads/master
Commit: 9ca8250bd3e74b95ce6970275de6ef1223b460bc
Parents: 490ebbd cbb0ffa
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Tue Jul 1 11:43:59 2014 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Tue Jul 1 11:43:59 2014 +0100

----------------------------------------------------------------------
 .../BrooklynMementoPersisterToObjectStore.java  |  16 +-
 .../rebind/persister/FileBasedObjectStore.java  |  28 ++--
 .../rebind/persister/MementoFileWriter.java     |   2 +-
 .../entity/rebind/RebindTestFixture.java        |  12 +-
 .../SshMachineLocationPerformanceTest.java      |  11 +-
 .../qa/performance/AbstractPerformanceTest.java |  10 +-
 .../EntityPerformanceLongevityTest.groovy       |  23 ---
 .../EntityPerformanceLongevityTest.java         |  17 ++
 .../qa/performance/EntityPerformanceTest.java   |  19 +--
 .../EntityPersistencePerformanceTest.java       |  81 +++++++++
 .../FilePersistencePerformanceTest.java         | 167 +++++++++++++++++++
 .../GroovyYardStickPerformanceTest.groovy       |  44 +++++
 .../JavaYardStickPerformanceTest.java           |   8 +-
 .../qa/performance/PerformanceTestUtils.java    |  81 +++++++++
 .../SubscriptionPerformanceTest.groovy          | 127 --------------
 .../SubscriptionPerformanceTest.java            | 150 +++++++++++++++++
 .../qa/performance/TaskPerformanceTest.groovy   | 121 --------------
 .../qa/performance/TaskPerformanceTest.java     | 164 ++++++++++++++++++
 .../java/brooklyn/test/policy/TestPolicy.java   |   5 +
 19 files changed, 756 insertions(+), 330 deletions(-)
----------------------------------------------------------------------