mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
start work on a memory-measuring test tool
This commit is contained in:
parent
155d64ba6d
commit
1e25c9e897
3
Makefile
3
Makefile
@ -93,6 +93,9 @@ count-lines:
|
|||||||
@echo -n "TODO: "
|
@echo -n "TODO: "
|
||||||
@grep TODO `find src -name '*.py' |grep -v /build/` | wc --lines
|
@grep TODO `find src -name '*.py' |grep -v /build/` | wc --lines
|
||||||
|
|
||||||
|
check-memory:
|
||||||
|
$(PP) $(PYTHON) src/allmydata/test/check_memory.py
|
||||||
|
|
||||||
clean: clean-pyfec clean-Crypto
|
clean: clean-pyfec clean-Crypto
|
||||||
rm -rf build
|
rm -rf build
|
||||||
rm -f debian
|
rm -f debian
|
||||||
|
3
src/allmydata/test/check_memory.py
Normal file
3
src/allmydata/test/check_memory.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#! /usr/bin/python
|
||||||
|
|
||||||
|
print "not implemented yet"
|
Loading…
Reference in New Issue
Block a user