Commit Graph

7 Commits

Author SHA1 Message Date
Alexandre Detiste
b856238110 remove old Python2 __future__ statements 2024-02-15 16:53:34 +01:00
Itamar Turner-Trauring
6517cd4a48 Fix lint found by ruff. 2023-04-17 10:22:27 -04:00
Itamar Turner-Trauring
796fc5bdc5 Fix lint. 2023-03-24 15:27:51 -04:00
Jean-Paul Calderone
1b8e013991 Get rid of check_speed
The motivation and justification here are roughly the same as for
`check_memory`.
2021-10-15 11:46:34 -04:00
Jean-Paul Calderone
347377aaab Get rid of check_memory which depends on the control port
This was some kind of memory usage analysis tool.  It depends on the control
port so it cannot work after I delete the control port.  The code itself is
messy, undocumented, and has no automated tests.  I don't know if it works at
all anymore.  Even if it does, no one ever runs it.

Measuring Tahoe-LAFS' memory usage over the course of maintenance and
development is a lovely idea but the project has not managed to adopt (or
maintain?) that practice based on this tool.  Given sufficient interest we can
resurrect this idea using a more streamlined process and less invasive tools
in the future.
2021-10-15 11:43:34 -04:00
Itamar Turner-Trauring
ae7680759d Another checker script. 2021-04-06 10:22:47 -04:00
Itamar Turner-Trauring
84e32882b4 These don't belong in tests module. 2021-04-05 11:30:33 -04:00