Rails rake:测试很慢

发布于 2024-09-13 15:40:29 字数 176 浏览 4 评论 0 原文

我已经在 Windows 笔记本电脑上开发 RoR 应用程序大约一个月了,但是每次运行测试都需要很长时间才能完成(10 多分钟)。

在具有类似硬件的 MacBook Pro 上,它的运行时间仅为一小部分(2 分钟)。 你们能给我一些加快整个过程的技巧吗?或者我应该考虑将我的 RoR 环境切换到 Linux/Mac 机器?

I've been developing RoR apps for about a month in my Windows Laptop, however everytime that I run the tests it takes forever to finish (10+ minutes).

On a MacBook Pro with similar hardware it runs in a fraction of the time (2 minutes).
Can you guys give me any tips for speeding the whole thing up? or should I consider switching my RoR environment to a Linux/Mac box?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心房的律动 2024-09-20 15:40:29

我的大部分 ruby​​ 开发都是在 Ubuntu VM 中进行的,只是因为在 Linux 下更容易将所有内容整合在一起(我想这同样适用于 OSX)。 RVM 让我的生活变得更加轻松。

如果您的硬件可以支持它并且您不介意在虚拟机中工作,我可以建议您尝试一下吗? VM 开发有其优点(即每天拍摄快照,以便可以回滚环境更改)和缺点(您会损失一点速度,但现在损失不大),但我认为总体而言是值得的。

I do most of my ruby development in an Ubuntu VM, just because it is easier to get everything together under linux (I imagine the same applies to OSX). RVM makes my life so much easier.

If your hardware can support it and you don't mind working in a VM, may I suggest you give it a try? VM development has its advantages (namely, taking daily snapshots so you can roll back environment changes) and disadvantages (you lose a bit of speed, but not much these days) but I think it is worth it overall.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文