bencheeorg/benchee

Add configuration options to override Benchee default values

Open

#45 geöffnet am 12. Okt. 2016

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Elixir (69 Forks)batch import
Hacktoberfestenhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (1.509 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 9T 11h) (5 gemergte PRs in 30 T)

Beschreibung

Benchee is getting a lot of configuration options - which is great. But the more configurations options and formatters there are, the more people would probably prefer to configure some of them globally for their project.

Something like:

config :benchee, :options, %{} # fancy map or keyword list overriding default options

These options should then represent the new default options. So merge order would be something like: default_config <- app_config <- benchmark_config (<- meaning right overrides left)

Contributor Guide