Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 61282 invoked from network); 18 Oct 2010 19:26:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Oct 2010 19:26:51 -0000 Received: (qmail 57105 invoked by uid 500); 18 Oct 2010 19:26:51 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 57065 invoked by uid 500); 18 Oct 2010 19:26:51 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 57057 invoked by uid 99); 18 Oct 2010 19:26:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 19:26:51 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of slewis@fusesource.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qw0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 19:26:44 +0000 Received: by qwh6 with SMTP id 6so1014855qwh.2 for ; Mon, 18 Oct 2010 12:26:23 -0700 (PDT) Received: by 10.224.137.201 with SMTP id x9mr2562354qat.43.1287429981593; Mon, 18 Oct 2010 12:26:21 -0700 (PDT) Received: from pluckypro.local.com (c-76-119-51-229.hsd1.nh.comcast.net [76.119.51.229]) by mx.google.com with ESMTPS id k15sm5612006qcu.35.2010.10.18.12.26.20 (version=SSLv3 cipher=RC4-MD5); Mon, 18 Oct 2010 12:26:20 -0700 (PDT) From: Stan Lewis To: dev@activemq.apache.org Subject: activemq-apollo stomp performance test enhancements Date: Mon, 18 Oct 2010 15:26:04 -0400 Message-Id: <1287429972-64657-1-git-send-email-slewis@fusesource.com> X-Mailer: git-send-email 1.7.3.1 The next 8 patches coming in improve the apollo-stomp performance tests: 1) Adds a test that creates an initial DB with 1M messages 2) Fixes the persistent-report.html template to match up with the BasicScenarios trait 3) Some general cleanup