Makefile: minor comment

This commit is contained in:
Brian Warner 2008-06-18 15:49:30 -07:00
parent 164c3f83a1
commit 2fffdbd439

View File

@ -233,13 +233,13 @@ check-memory-once: .built
$(PP) \ $(PP) \
$(PYTHON) src/allmydata/test/check_memory.py $(MODE) $(PYTHON) src/allmydata/test/check_memory.py $(MODE)
# this target uses a pre-established client node to run a canned set of # The check-speed target uses a pre-established client node to run a canned
# performance tests against a test network that is also pre-established # set of performance tests against a test network that is also
# (probably on a remote machine). Provide it with the path to a local # pre-established (probably on a remote machine). Provide it with the path to
# directory where this client node has been created (and populated with the # a local directory where this client node has been created (and populated
# necessary FURLs of the test network). This target will start that client # with the necessary FURLs of the test network). This target will start that
# with the current code and then run the tests. Afterwards it will stop the # client with the current code and then run the tests. Afterwards it will
# client. # stop the client.
# #
# The 'sleep 5' is in there to give the new client a chance to connect to its # The 'sleep 5' is in there to give the new client a chance to connect to its
# storageservers, since check_speed.py has no good way of doing that itself. # storageservers, since check_speed.py has no good way of doing that itself.