Skip to content

Commit

Permalink
git is not like svn...
Browse files Browse the repository at this point in the history
  • Loading branch information
alsonkemp committed Nov 26, 2008
1 parent 9cddb0c commit 0fe8c7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions App/Views/Home/Performance.hs
Expand Up @@ -11,16 +11,16 @@ page = <div>
<h2>Turbinado - (Simple) Dynamic Content - LogLevel ERROR</h2>
<pre>
Concurrency Level: 10
Time taken for tests: 1.316121 seconds
Time taken for tests: 0.9153653 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 142000 bytes
Total transferred: 164000 bytes
HTML transferred: 11000 bytes
Requests per second: 759.81 [#/sec] (mean)
Time per request: 13.161 [ms] (mean)
Time per request: 1.316 [ms] (mean, across all concurrent requests)
Transfer rate: 104.85 [Kbytes/sec] received
Requests per second: 1092.46 [#/sec] (mean)
Time per request: 9.154 [ms] (mean)
Time per request: 0.915 [ms] (mean, across all concurrent requests)
Transfer rate: 174.90 [Kbytes/sec] received
</pre>
<h2>Ruby On Rails - Dynamic Content - Mongrel</h2>
<pre>
Expand Down
1 change: 1 addition & 0 deletions Config/Master.hs
Expand Up @@ -19,6 +19,7 @@ compileArgs =
, "-fno-warn-overlapping-patterns"
, "-odir " ++ compiledDir
, "-hidir " ++ compiledDir
, "-package HDBC"
] ++ (map ("-i"++) searchDirs)

mUserPkgConf = [""]
Expand Down

0 comments on commit 0fe8c7d

Please sign in to comment.