From 30a0f3680c7c4ddadd748658cb53ad3984afe22c Mon Sep 17 00:00:00 2001 From: Chen Lin Date: Thu, 22 Nov 2018 11:22:51 -0800 Subject: [PATCH] Add benchmark. --- metricingester/aggingestor_test.go | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 metricingester/aggingestor_test.go diff --git a/metricingester/aggingestor_test.go b/metricingester/aggingestor_test.go new file mode 100644 index 000000000..954298169 --- /dev/null +++ b/metricingester/aggingestor_test.go @@ -0,0 +1,4 @@ +package metricingester + +// TODO(clin): Integration tests for aggingestor +// TODO(clin): Do we need a separate timer type?