class BenchMD5Session

Public Instance Methods

test_all() click to toggle source
# File vendor/qwik/lib/qwik/bench-s-md5.rb, line 12
def test_all
  repeat = 10
  repeat = 100
  repeat = 1000
  repeat = 10000
  repeat = 1

  t_add_user

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