Skip to content

Commit 91bc3a0

Browse files
committed
Update comment.
1 parent a9eb9d6 commit 91bc3a0

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

codespeed/settings.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,12 @@
7878
# ('myexe', '21df2423ra'),
7979
# ('myexe', 'L'),]
8080

81-
COMPARISON_TAGS = None # List of tag names which should be included on the comparision page.
82-
# If this value is set to None, all the available tags will be included.
83-
# Empty list means no tags will be included.
81+
COMPARISON_TAGS = None # List of tag names which should be included in the executables list on
82+
# the comparision page.
83+
# This comes handy where project contains a lot of tags, but you only want
84+
# to list subset of them on the comparison page.
85+
# If this value is set to None (default value), all the available tags will
86+
# be included.
8487

8588
TIMELINE_EXECUTABLE_NAME_MAX_LEN = 22 # Maximum length of the executable name used in the
8689
# Changes and Timeline view. If the name is longer, the name

0 commit comments

Comments
 (0)