class BenchSession

Public Instance Methods

test_bench_session() click to toggle source
# File vendor/qwik/lib/qwik/bench-session.rb, line 11
def test_bench_session
  repeat = 10
  repeat = 100
  #repeat = 1000
  repeat = 1

  t_add_user

  repeat.times {
    res = session('/test/TextFormat.html')
    body = res.body.format_xml
   #ok_title("書式一覧詳細版")
  }
end