2024-10-01.2
版本发布时间: 2024-10-02 00:54:47
epicweb-dev/epic-stack最新发布版本:2024-10-28(2024-10-29 05:28:34)
As mentioned in the notes of https://github.com/epicweb-dev/epic-stack/releases/tag/2024-10-01 we can drastically speed up tests by copying over the test database before each test instead of trying to clean it up in between tests. So that's what we've done:
https://github.com/epicweb-dev/epic-stack/commit/7b16bdc8800efba13fa5949133b06b6b9ce725a6
It goes from ~6ms overhead on each test to ~0.5ms on my macbook.