Sha256: 3182a5530b79ad39736e5e370f8d2d6e3e3c49ff7274f4e0e90de9472f389ec1

Contents?: true

Size: 598 Bytes

Versions: 1

Compression:

Stored size: 598 Bytes

Contents

# Copyright (C) 2003-2006 Kouichirou Eto, All rights reserved.
# This is free software with ABSOLUTELY NO WARRANTY.
# You can redistribute it and/or modify it under the terms of the GNU GPL 2.

$LOAD_PATH.unshift '..' unless $LOAD_PATH.include? '..'
require 'qwik/test-common'

class BenchSession < Test::Unit::TestCase
  include TestSession

  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
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
qwikdoc-0.0.1 vendor/qwik/bench-session.rb