Author: pmouawad
Date: Sat May 7 20:05:57 2016
New Revision: 1742745
URL: http://svn.apache.org/viewvc?rev=1742745&view=rev
Log:
Remove property added by error
Rename Sample1 and Sample2
Modified:
jmeter/trunk/bin/user.properties
Modified: jmeter/trunk/bin/user.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/user.properties?rev=1742745&r1=1742744&r2=1742745&view=diff
==============================================================================
--- jmeter/trunk/bin/user.properties (original)
+++ jmeter/trunk/bin/user.properties Sat May 7 20:05:57 2016
@@ -95,13 +95,11 @@
#jmeter.reportgenerator.apdex_tolerated_threshold=1500
# Indicates which graph series are filtered (regular expression)
-# In the below example we filter on Sample1 and Sample2
+# In the below example we filter on Search and Order samples
# Note that the end of the pattern should always include (-success|-failure)?
# Transactions per second suffixes Transactions with "-success" or "-failure" depending
# on the result
-#jmeter.reportgenerator.exporter.html.series_filter=((^Sample1)|(^Sample2))(-success|-failure)?
+#jmeter.reportgenerator.exporter.html.series_filter=((^Search)|(^Order))(-success|-failure)?
# Indicates whether only controller samples are displayed on graphs that support it.
#jmeter.reportgenerator.exporter.html.show_controllers_only=false
-
-jmeter.save.saveservice.timestamp_format=dd/MM HH:mm:ss
\ No newline at end of file
|