awslabs / benchmark-ai

Anubis (formerly known as Benchmark AI), measures the goodness of machine learning workloads
Apache License 2.0
16 stars 6 forks source link

Use toml literal strings to declare metric patterns #1007

Closed jlcontreras closed 4 years ago

jlcontreras commented 4 years ago

Taking advantage of TOML's literal strings (single quotes) means we don't need to escape characters in regexs, which might create confusion for users.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.