Skip to content
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

Documentation of API divergence from faker? #296

Open
hurtstotouchfire opened this issue Oct 4, 2016 · 4 comments
Open

Documentation of API divergence from faker? #296

hurtstotouchfire opened this issue Oct 4, 2016 · 4 comments

Comments

@hurtstotouchfire
Copy link

Is there any documentation of the ffaker API that indicates divergence from the faker API? This would be really useful for people who are switching. I'm going with the "find and replace 'Faker' with 'FFaker' and then fix broken specs" approach, but it's hard to evaluate the scope of work this way. We have many applications that use Faker.

@hurtstotouchfire
Copy link
Author

For instance, Faker has a whole Number library that seems to be missing here in favor of more semantic number purposes distributed throughout other areas. Would you guys be opposed to adding a Number library?

@sshaw
Copy link

sshaw commented Aug 22, 2017

The README says:

ffaker is a fork of faker, and was initially written in an effort to speed up a slow spec suite

So is ffaker faster than faker? If so adding benchmarks would be great.

A decrease test suite runtime can be a good reason to switch.

@Volosh1n
Copy link
Contributor

@sshaw it's added in scripts/benchmark.rb 🚀

@sshaw
Copy link

sshaw commented May 24, 2020

Hurmmm, for Name that appears to be a significant difference!

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

No branches or pull requests

3 participants