-
Notifications
You must be signed in to change notification settings - Fork 26
Topic/benchotron #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Topic/benchotron #41
Conversation
Also corrected typos in the documentation. Resolves purescript#39
Updating the structure of the test directory and renaming some of the test files. Also removing redundant tests that are now covered by the benchmarks.
Looks like the travis build is failing because |
Good catch @garyb. Thanks. @hdgarrood would you like a PR for this? |
I've released a new version of benchotron which should use up-to-date versions of dependencies. Unfortunately, benchotron now uses quickcheck for generating input data, which is not currently stack-safe, so this is probably blocked on purescript/purescript-quickcheck#37 now. |
@hdgarrood Thanks for making the 3.0.0 release. Thanks for pointing out purescript/purescript-quickcheck#37. @garyb What do you think? Since I already have the benchmarks generated, would you prefer I wait for purescript/purescript-quickcheck#37 or just update with benchotron @ 3.0.0? |
@hdgarrood Oh sorry, I hadn't realised you'd rebased that. I'll merge and release now, and then we can get everything up to date :) |
Awesome, thanks. I'll release a 3.0.1 which depends on the newest quickcheck. |
@hdgarrood Thanks! |
Ok, that's done, so if you depend on 3.0.1 then this should work. I guess you could replace |
Bumping purescript-benchotron for PureScript 0.7.3.
@hdgarrood Great! Thanks. Yes, that is what I did for the |
😄 no problem |
@garyb Looks like the dependencies update did the trick. What do you think? Are we good to go for this? |
Yep, thanks a lot for your work on all this! I'll make a release. |
Great, thank you! On Sunday, August 16, 2015, Gary Burgess [email protected] wrote:
|
This PR incorporates benchotron benchmarks and does some reworking of the tests.