Giter Club home page Giter Club logo

Comments (7)

jlink avatar jlink commented on July 20, 2024

@owickstrom Thanks for the issue.

One little piece of progress in current snapshot 1.2.0-SNAPSHOT already: If you annotate the property like that:

@Property(generation = GenerationMode.RANDOMIZED)

generation will start immediately since the delay creating initialization can be skipped.
Will keep you posted.

from jqwik.

owickstrom avatar owickstrom commented on July 20, 2024

Nice! Can I also put that as default in the jqwik.properties and have the same behavior for all my properties?

from jqwik.

jlink avatar jlink commented on July 20, 2024

Bad news and good news.

Bad news #1

GenerationMode default cannot be controlled in jqwik.properties. I agree that it should though.

Good news

It's no longer necessary in your case to make the generation mode explicit since exhaustive generation detection will be shortcut much earlier and without noticable delay.

Bad news #2

1.2.1 will not be released for some time (probably till September) so you'll have to use the snapshot version available on https://oss.sonatype.org/content/repositories/snapshots.
I only publish stable snapshots so that's usually not a problem in terms of stability.

from jqwik.

jlink avatar jlink commented on July 20, 2024

Configuration of generation mode is now also possible: https://jqwik.net/docs/snapshot/user-guide.html#jqwik-configuration

from jqwik.

owickstrom avatar owickstrom commented on July 20, 2024

Very cool, I'll try the snapshot when I get the time. Thanks!

from jqwik.

owickstrom avatar owickstrom commented on July 20, 2024

Confirmed now that it works with the snapshot version. From 17s down to 500ms. Thanks again! 👍

from jqwik.

jlink avatar jlink commented on July 20, 2024

@owickstrom jqwik 1.2.1 has been released with this fix

from jqwik.

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.