ARTEMIS-774 Fixed format of JMeter benchmark Moved the Apache Licence header after the XML Declaration.
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/c69bf09f Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/c69bf09f Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/c69bf09f Branch: refs/heads/master Commit: c69bf09fe031b83c48bb98b238e3702fd32e2fde Parents: a2a21b0 Author: Francesco Nigro <[email protected]> Authored: Fri Oct 7 16:24:19 2016 +0200 Committer: Clebert Suconic <[email protected]> Committed: Fri Oct 7 10:53:33 2016 -0400 ---------------------------------------------------------------------- examples/perf/jmeter/1.jms_p2p_test.jmx | 2 +- examples/perf/jmeter/2.pub_sub_test.jmx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/c69bf09f/examples/perf/jmeter/1.jms_p2p_test.jmx ---------------------------------------------------------------------- diff --git a/examples/perf/jmeter/1.jms_p2p_test.jmx b/examples/perf/jmeter/1.jms_p2p_test.jmx index 8cdf6b7..f70b0a7 100644 --- a/examples/perf/jmeter/1.jms_p2p_test.jmx +++ b/examples/perf/jmeter/1.jms_p2p_test.jmx @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -12,7 +13,6 @@ See the License for the specific language governing permissions and limitations under the License. --> -<?xml version="1.0" encoding="UTF-8"?> <jmeterTestPlan version="1.2" properties="2.8" jmeter="2.13 r1665067"> <hashTree> <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true"> http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/c69bf09f/examples/perf/jmeter/2.pub_sub_test.jmx ---------------------------------------------------------------------- diff --git a/examples/perf/jmeter/2.pub_sub_test.jmx b/examples/perf/jmeter/2.pub_sub_test.jmx index eb650e1..53868ad 100644 --- a/examples/perf/jmeter/2.pub_sub_test.jmx +++ b/examples/perf/jmeter/2.pub_sub_test.jmx @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -12,8 +13,6 @@ See the License for the specific language governing permissions and limitations under the License. --> - -<?xml version="1.0" encoding="UTF-8"?> <jmeterTestPlan version="1.2" properties="2.8" jmeter="2.13 r1665067"> <hashTree> <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="ActiveMQ - Artemis Plan" enabled="true">
