forked from mirrors/gecko-dev
Glean-based Use Counter metrics are cheaper and work as well, so let's use them instead. Though we do have metric name strings available in a string table in GleanJSMetrics.cpp, access is through metric_entry_t which has information not available to usecounters.py. So for now we return char* literals from the use counter increment fns. Differential Revision: https://phabricator.services.mozilla.com/D199933
14 lines
234 B
TOML
14 lines
234 B
TOML
[DEFAULT]
|
|
subsuite = "telemetry-python"
|
|
|
|
["test_gen_event_data_json.py"]
|
|
|
|
["test_gen_scalar_data_json.py"]
|
|
|
|
["test_histogramtools_non_strict.py"]
|
|
|
|
["test_histogramtools_strict.py"]
|
|
|
|
["test_parse_events.py"]
|
|
|
|
["test_parse_scalars.py"]
|