msfukuiの日記

おおまさのみみはそらのみみ。

続 rake が異常に遅い..。

新しい開発機で rake test を試してみたらマシンスペックの他に別の諸事情もあって、処理はかなり早くなりました。

$ time rake test
Rack::File headers parameter replaces cache_control after Rack 1.5.
Run options:

# Running tests:

.....

Finished tests in 1.377947s, 3.6286 tests/s, 16.6915 assertions/s.

5 tests, 23 assertions, 0 failures, 0 errors, 0 skips
Rack::File headers parameter replaces cache_control after Rack 1.5.
Run options:

# Running tests:

.......

Finished tests in 2.608431s, 2.6836 tests/s, 3.8337 assertions/s.

7 tests, 10 assertions, 0 failures, 0 errors, 0 skips

real 2m50.317s
user 0m29.933s
sys 2m20.089s

でもこの規模のテストで 3 分近くかかるのはつらい..。
やっぱり cygwin はあきらめて VirtualBox+CentOS 環境に乗り換えようかしら。