#2091 closed defect (wontfix)

make automated test of the --profile feature

Reported by: zooko Owned by:
Priority: normal Milestone: undecided
Component: code Version: 1.10.0
Keywords: performance test-needed Cc:
Launchpad Bug:

Description

tahoe start has an option named --profile:

Usage:  tahoe [global-opts] start [options] [NODEDIR]
Options:
  -p, --profile   Run under the Python profiler, putting results in
                  'profiling_results.prof'.

It should be automatically tested, so that we'll know if we ever break it.

Change History (1)

comment:1 Changed at 2020-01-17T14:42:24Z by exarkun

  • Resolution set to wontfix
  • Status changed from new to closed

a5daf73361e1fd6fbf57ce84b5d0c30a2fda5ecb removed --profile in favor of pass-through to twistd.

Note: See TracTickets for help on using tickets.