Code Monkey home page Code Monkey logo

Comments (8)

ktoso avatar ktoso commented on June 14, 2024

oh my glob, it's so easily solved. PR with examples in 10 minutes from now. // cc @sirthias

from sbt-jmh.

sirthias avatar sirthias commented on June 14, 2024

Yes, I just realized myself.
All I need to add is a runMain in Compile <<= (runMain in Compile).dependsOn(compile in JmhKeys.Jmh) and things work for me.
Very nice!

from sbt-jmh.

ktoso avatar ktoso commented on June 14, 2024

indeed :-)

It's also possible to mainClass in (Compile, run) := Some("com.example.CustomRunnerApp") in case you always use the same runner.

from sbt-jmh.

sirthias avatar sirthias commented on June 14, 2024

Yup. I have a whole bunch of benchmarks however.
The only thing that doesn't work is setting mainClass to None and have autodetection present me with a nice selection UI. However, that'd be just icing on the cake. I'll gladly have it w/o icing... :)

from sbt-jmh.

sirthias avatar sirthias commented on June 14, 2024

One more thing: Is the current fork in (Compile, run) := true still needed anymore?
Things appear to be ok for me without a fork in (Compile, runMain) := true.

from sbt-jmh.

ktoso avatar ktoso commented on June 14, 2024

Resolved and documented - I'll push a 0.1.10 now.

from sbt-jmh.

ktoso avatar ktoso commented on June 14, 2024

Thanks for the hint on forking... must look into it, would you mind copy pasting this into a new issue? Thanks!

from sbt-jmh.

sirthias avatar sirthias commented on June 14, 2024

Excellent, thanks a lot for being so responsive!
sbt-jmh is great stuff!

As for the "fork ticket", here it is: #30

from sbt-jmh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.