Skip to content

use Base.Test instead of FactCheck #158

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

SimonDanisch
Copy link
Owner

Base.Test is roughly 10x faster because it doesn't create tons of clojures ;)

@SimonDanisch
Copy link
Owner Author

Hm, not as fast as promised...
FactCheck: 140s
Base.Test + testsets: 120s
Base.Test - testsets: 60s

Anyone needs testsets!? :D

@c42f
Copy link
Collaborator

c42f commented Aug 25, 2016

@testset is pretty great I'd be sad to loose the grouping.

A while ago I made some of the tests go up to 5x5 matrices to ensure some edge cases were covered, but this definitely made things slower. I think if we want the tests to be faster we could just be more targeted, and cut the matrix tests down to testing a good set of general and edge case NxM shapes, without testing them exhaustively up to a max size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants