mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
This patch contains the fowllowing hacks:
(1) Add "--timetable-data=FILE" option for test-all
This option enables to dump timeline event
contains worker, suite, and start/end time.
(2) remove TestJIT in test_jit_debug.rb on parallel test.
it is duplicated test.
(3) move test_jit.rb and test_jit_debug.rb at first
because these two tests are bottleneck of parallel tests.
On my environment, `make test-all TESTS=-j12` reduced the total time
190 seconds -> 140 seconds.
|
||
|---|---|---|
| .. | ||
| -test- | ||
| minitest | ||
| test | ||
| colorize.rb | ||
| envutil.rb | ||
| find_executable.rb | ||
| gc_compact_checker.rb | ||
| iseq_loader_checker.rb | ||
| jisx0208.rb | ||
| leakchecker.rb | ||
| memory_status.rb | ||
| profile_test_all.rb | ||
| tracepointchecker.rb | ||
| vcs.rb | ||
| vpath.rb | ||
| zombie_hunter.rb | ||