Sha256: 68156d2a7efe6a15f2b724ce4b8ecc5f0cbaffccc6ac8227292b0c6c050b65d6

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

#!/usr/bin/env ruby
# encoding: UTF-8

$LOAD_PATH.unshift File.expand_path(File.join('..', '..', 'lib'), __FILE__ )
require "plezi"

Iodine.logger = nil

HELLO = 'Hello Plezi'
Plezi.route('*') { HELLO }

# ab -n 10000 -c 200 -k http://127.0.0.1:3000/
# ~/ruby/wrk/wrk -c400 -d10 -t12 http://localhost:3000/

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
plezi-0.12.22 test/hello_world