Commit f4a7ac8
committed
minor #737 Reduce the BCrypt cost in tests to run them much faster (javiereguiluz)
This PR was merged into the master branch.
Discussion
----------
Reduce the BCrypt cost in tests to run them much faster
I learned this cool trick from this @taylorotwell tweet: https://twitter.com/taylorotwell/status/943135617466105856
In my local machine, tests went from 15 to 10 seconds!
Commits
-------
54c2ebe Reduce the BCrypt cost in tests to run them much faster1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
0 commit comments