Skip to content

Commit

Permalink
#797 Improved the help text.
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@8640 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
Nick Centanni committed Feb 6, 2015
1 parent fabbf14 commit dc72432
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/tests/xpra/test_measure_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,16 @@
# ./test_measure_perf.py all_tests_40 ./data/all_tests_40_14_2.csv 2 14 > ./data//all_tests_40_14_2.log
#
# In this example script, I'm running test_measure_perf 2 times, using a config class named "all_tests_40.py",
# and outputting the results to data files using the prefix "all_tests_40", the id of "14" and the current
# "repetition" for each file. Additionally, I'm sending the console output to logs similarly named.
# and outputting the results to data files using the prefix "all_tests_40", for version 14.
#
# The additional arguments "1 14", "2 14" are custom paramaters which will be written to the "Custom Params" column
# in the corresponding data files.
#
# Where you see "1", "2" in the file names or params, that's referring to the corresponding repetition of the tests.
#
# Once this script has run, you can open up test_measure_perf_charts.py and take a look at the
# instructions there for generating the charts.
#

import re
import sys
Expand Down

0 comments on commit dc72432

Please sign in to comment.