Canvas performance test scripts.
This commit is contained in:
6
tests/canvas/prof.sh
Executable file
6
tests/canvas/prof.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "*** LARGE ***"
|
||||
python performance.py large | egrep "(\(scatter\))|(\(draw\))|(tostring_rgb)|(fromstring)"
|
||||
echo "*** SMALL ***"
|
||||
python performance.py small | egrep "(\(scatter\))|(\(draw\))|(tostring_rgb)|(fromstring)"
|
||||
Reference in New Issue
Block a user