summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-10-06 13:37:57 +0200
committerholger krekel <holger@merlinux.eu>2014-10-06 13:37:57 +0200
commit8cfec56a82749be52bc76c58121e132c751e99a8 (patch)
tree4f2c9aaa5c806620c3663dbdc4c293fb914dbc30 /bench
parent63f070317c0d6985a0de75faf8a933ea44057eaa (diff)
downloadpytest-8cfec56a82749be52bc76c58121e132c751e99a8.tar.gz
simplify internal pytester machinery
Diffstat (limited to 'bench')
-rw-r--r--bench/bench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench.py b/bench/bench.py
index c99bc3234..ce9496417 100644
--- a/bench/bench.py
+++ b/bench/bench.py
@@ -9,4 +9,4 @@ if __name__ == '__main__':
p = pstats.Stats("prof")
p.strip_dirs()
p.sort_stats('cumulative')
- print(p.print_stats(250))
+ print(p.print_stats(500))