TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Parallel tests. Use all your processor cores to speed up your development

35 点作者 igor_a超过 13 年前

3 条评论

rb2k_超过 13 年前
It used to be that parallel tests bundled up the tasks in "groups" and went one group at a time. e.g. 12 tests on 4 cores ==&#62; 4 groups with 3 tests each.<p>The problem was that some of the groups might have ended up with tests that take 5 minutes each (finished after 15 minutes) and other groups end up with the 20 second ones (finished after 1 minute). Did that balancing every change?<p>Another question: How does this work for different RSpec formatters? (specifically: junit xml output or html output). Will it still result in a single file?
评论 #3530991 未加载
silasb超过 13 年前
I guess I will have to come up with a new excuse when I get caught browsing HN now.
john_d11超过 13 年前
Are there any similar tools for Python?
评论 #3530473 未加载