diff --git a/profile b/profile deleted file mode 100644 index 855b57bc3fb..00000000000 Binary files a/profile and /dev/null differ diff --git a/speed.py b/speed.py deleted file mode 100644 index f9d4f4f8529..00000000000 --- a/speed.py +++ /dev/null @@ -1,6 +0,0 @@ -import pstats -p = pstats.Stats('profile') -p.strip_dirs() -p.sort_stats('tottime') -p.print_stats(50) -