▲ | bluGill 3 days ago | |
Memory bandwidth I don't worry about much - most of the time you should settup a small database with just enough data for that test, which hopefully is fast. However sockets and processes are a worry as starting as there are places things can go wrong not related to your test and then you have flakely tests nobody trusts. | ||
▲ | HackerThemAll 2 days ago | parent | next [-] | |
> most of the time you should settup a small database with just enough data for that test, which hopefully is fast. Yeah, this way you're not going to notice performance issues with your data model or application. Test databases should be of sizes comparable to what's expected in production, specifically after several years in production. | ||
▲ | markusw 3 days ago | parent | prev [-] | |
Note: The last paragraph was about in production, not tests. :-) |