Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(941)

Unified Diff: src/stats/test/examples-to-run.py

Issue 245260043: DCF collectors
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/stats/test/examples-to-run.py
===================================================================
--- a/src/stats/test/examples-to-run.py
+++ b/src/stats/test/examples-to-run.py
@@ -9,11 +9,15 @@
# See test.py for more information.
cpp_examples = [
("double-probe-example", "True", "True"),
+ ("event-driven-collector-example", "True", "True"),
("file-aggregator-example", "True", "True"),
("file-helper-example", "True", "True"),
("gnuplot-aggregator-example", "True", "True"),
("gnuplot-example", "False", "False"),
("gnuplot-helper-example", "True", "True"),
+ ("scaling-collector-example", "True", "True"),
+ ("time-averaging-collector-example", "True", "True"),
+ ("time-series-collector-example", "True", "True"),
]
# A list of Python examples to run in order to ensure that they remain

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b