bencheeorg/benchee

Add configuration options to override Benchee default values

Open

#45 aberto em 12 de out. de 2016

Ver no GitHub
 (8 comments) (0 reactions) (0 assignees)Elixir (69 forks)batch import
Hacktoberfestenhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (1.509 stars)
Métricas de merge de PR
 (Mesclagem média 9d 11h) (5 fundiu PRs em 30d)

Description

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)

Guia do colaborador