bencheeorg/benchee

Add configuration options to override Benchee default values

Open

#45 创建于 2016年10月12日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)Elixir (1,509 star) (69 fork)batch import
Hacktoberfestenhancementgood first issuehelp wanted

描述

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)

贡献者指南

Add configuration options to override Benchee default values · bencheeorg/benchee#45 | Good First Issue