Changeset 977

Show
Ignore:
Timestamp:
11/12/07 15:27:07 (1 year ago)
Author:
wyca..@gmail.com
Message:

Updates benchmark a bit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • apps/benchmark/config/merb.yml

    r973 r977  
    1818# which memory store to use. Built-in options are: memory, cookie, or mem_cache 
    1919#:session_store: sequel 
     20 
     21:use_mutex: false 
    2022 
    2123#:memory_session_ttl: 3600 # one hour 
  • apps/benchmark/script/benchmark

    r973 r977  
    22err = STDERR.dup 
    33STDERR.reopen("/dev/null") 
     4 
     5GC.disable 
     6GC.disable 
    47 
    58err.puts "* Starting Merb"