Changes between Initial Version and Version 1 of Ticket #11868, comment 2
- Timestamp:
- Dec 8, 2014, 8:29:12 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11868, comment 2
initial v1 2 2 3 3 I considered fixing this on 1.0-stable. Let me know any thoughts on that. I get the following results with attachment:test_get_known_users.py: 4 || Num Users || Time ||5 || 1k || 7 ms || 6 || 10k || 70 ms || 7 || 100k || 800 - 900 ms || 4 || Num Users || Time w/o caching || First retrieval with caching || Retrieval from cache || 5 || 1k || 7 ms || 12 ms || < 1 ms || 6 || 10k || 70 ms || 120 ms || < 1 ms || 7 || 100k || 800 - 900 ms || 1200 ms || < 5 ms || 8 8 9 9 Not surprisingly it scales linearly with number of users.