Skip to content
tomykaira edited this page May 29, 2013 · 1 revision

Tell me how you get fast.

Template

  • Measure time from program start to stop (time is recommended).
  • Report your configuration and machine spec, if possible.
  • No need to expose your project details.
- rspec: 000.00
- qspec: 000.00
- (other runner): 000.00

config:

    no_gc: true
    ipc: redis
    sort_by: time
    workers: 6

machine:

    OS: Ubuntu 12.04 x86_64
    CPU: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz (8 core)

reported by tomykaira

  • rspec: 42.435
  • qspec: 8.842
  • parallel_tests: 23.184

config:

no_gc: true
ipc: redis
sort_by: time
workers: 6

machine:

OS: Ubuntu 12.04 x86
CPU: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz (8 core)
Clone this wiki locally