Peter Menhart

Results 2 issues of Peter Menhart

A default formatter `Elixometer.Utils` is called instead of a configured one: https://github.com/pinterest/elixometer/blob/c4a886b52e405a52e749b799e2a27908d526ecf5/lib/elixometer.ex#L292 To fix, `Elixometer.Utils` should either expose the configured formatter, or implement `clear_counter/1`. Exposing formatter is preferable, because there...

bug

This could be useful for your readers: ExUnit now starts several slave nodes in a cluster (configured in config/test.exs). Ping, key/value, and coverage commands are executed. I also fixed a...