zulip/analytics/tests
Rishi Gupta 5e49da9285 analytics: Only update daily stats on day boundaries.
Previously we would update FillState for daily stats on hourly boundaries as
well. This would create two extra queries on the FillState table every hour
(for each CountStat), which adds roughly 50ms of extra processing for each
CountStat each day, as well as two extra lines each hour in the analytics
log. This can be a minor annoyance when backfilling stats.
2017-04-18 11:02:51 -07:00
..
__init__.py Add a new statistics/analytics framework. 2016-10-04 17:18:54 -07:00
test_counts.py analytics: Only update daily stats on day boundaries. 2017-04-18 11:02:51 -07:00
test_fixtures.py analytics: Add a few tests for fixtures.py. 2017-04-13 12:37:47 -07:00
test_views.py analytics: Replace CountStat.is_gauge with interval. 2017-04-14 11:41:07 -07:00