datacrypt-project / hitchhiker-tree

Functional, persistent, off-heap, high performance data structure
Eclipse Public License 1.0
1.19k stars 64 forks source link

moved criterium to dev dependencies #1

Closed yogthos closed 8 years ago

dgrnbrg commented 8 years ago

Thanks for this!

One question I've also been struggling with is whether to also move excel-templates & tools.cli to dev-dependencies. They're only used in by the benchmarking tool, but one may want to build that as a jar for benchmarking. What do you think?

yogthos commented 8 years ago

I'd create a separate :profiling profile, and you could set it up to build a profiling jar that way. Then you could build using lein with-profile ... for profiling. I can take a look at doing a PR for that if you want.

dgrnbrg commented 8 years ago

That would be awesome! I'm planning to add travis soon, so I can add a runner config for profiling too. This way, we can also have some basic JVM tuning for profiling runs.

On Mon, Apr 25, 2016 at 7:05 AM Dmitri Sotnikov notifications@github.com wrote:

I'd create a separate :profiling profile, and you could set it up to build a profiling jar that way. Then you could build using lein with-profile ... for profiling. I can take a look at doing a PR for that if you want.

— You are receiving this because you modified the open/close state.

Reply to this email directly or view it on GitHub https://github.com/dgrnbrg/hitchhiker-tree/pull/1#issuecomment-214345265