Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Add missing new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
hasithajayasundara committed Jul 16, 2018
1 parent 8d380fe commit 6193c31
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/scripts/broker_performance_test_consumer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ if [ ${user_inputs["jmeter_home"]} != '' ]
fi

# open report
firefox target/"$folder_name"/report/index.html
firefox target/"$folder_name"/report/index.html
2 changes: 1 addition & 1 deletion tools/scripts/broker_performance_test_publisher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ if [ ${user_inputs["jmeter_home"]} != '' ]
fi

# open report
firefox target/"$folder_name"/report/index.html
firefox target/"$folder_name"/report/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jmeter_home=<jmeter_home>
thread_count=1
number_of_messages=100
number_of_messages=100
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ jmeter_home=<jmeter_home>
thread_count=1
number_of_messages=1000000
throughput=5000
message_size=10KB
message_size=10KB
2 changes: 1 addition & 1 deletion tools/scripts/resources/jndi_topic.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ connectionfactory.TopicConnectionFactory =amqp://admin:admin@clientID/carbon?bro

# register some topics in JNDI using the form
# topic.[jndiName] = [physicalName]
topic.TopicName = micro_benchmark_queue2
topic.TopicName = micro_benchmark_queue2

0 comments on commit 6193c31

Please sign in to comment.