Commits


Dominic Hamon authored and GitHub committed a162a38ca0d
Filter out benchmarks that start with "DISABLED_" (#1387) * Filter out benchmarks that start with "DISABLED_" This could be slightly more elegant, in that the registration and the benchmark definition names have to change. Ideally, we'd still register without the DISABLED_ prefix and it would all "just work". Fixes #1365 * add some documentation