I've noticed that bench was a total separate Elixir project within fast_rss. Is there a reason why it was implemented that way?
Is it possible to move benchmark Elixir project within bench folder into fast_rss project instead where all dependencies used for benchmark tagged for :bench environment?
I've noticed that
benchwas a total separate Elixir project withinfast_rss. Is there a reason why it was implemented that way?Is it possible to move benchmark Elixir project within
benchfolder intofast_rssproject instead where all dependencies used for benchmark tagged for:benchenvironment?