Commits


Martin Blanchard authored and Roman Lebedev committed bc200ed8eeb
Read options from environment (#881) (#883) Initialize option flags from environment variables values if they are defined, eg. `BENCHMARK_OUT=<filename>` for `--benchmark_out=<filename>`. Command line flag value always prevails. Fixes https://github.com/google/benchmark/issues/881.