Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2008-09-26 15:48:39 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2008-09-26 15:48:39 (GMT)
commitb905626986ac003db909ff28f7bcfd7fcd4eeca0 (patch)
tree7f2f0d6283ce37194067a1eaab37191b43109b7d /tests
parent96564f6bb56079cc1eccd0230057f753fce7f6f4 (diff)
Implement metadata reading in C for speed
Diffstat (limited to 'tests')
-rw-r--r--tests/test_perf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_perf.py b/tests/test_perf.py
index 89996ac..d1e0269 100644
--- a/tests/test_perf.py
+++ b/tests/test_perf.py
@@ -66,7 +66,7 @@ data_store = dbus.Interface(proxy, DS_DBUS_INTERFACE)
uids = []
-n = 1000
+n = 100
total = 0
print 'Creating %r entries' % n