Canvas performance test scripts.

This commit is contained in:
Juan Pablo Caram
2015-12-31 23:28:23 -05:00
parent 96885c80a4
commit 3b206493a3
3 changed files with 116 additions and 0 deletions

6
tests/canvas/prof.sh Executable file
View 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)"