Mercurial > urweb
comparison caching-tests/some-results.txt @ 2292:23eaec04e0f8
Ran a benchmark!
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Tue, 17 Nov 2015 04:08:12 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2291:50ad02829abd | 2292:23eaec04e0f8 |
---|---|
1 ~/Dev/UrWeb/caching-tests | |
2 $ urweb bench | |
3 ~/Dev/UrWeb/caching-tests | |
4 $ ./bench.exe -q & | |
5 [1] 24466 | |
6 ~/Dev/UrWeb/caching-tests | |
7 $ Initializing | |
8 Initializing | |
9 Initializing | |
10 wrk -d 2 http://localhost:8080/Bench/ -s bench.lua -- 0.5 | |
11 Running 2s test @ http://localhost:8080/Bench/ | |
12 2 threads and 10 connections | |
13 Thread Stats Avg Stdev Max +/- Stdev | |
14 Latency 1.41ms 320.22us 2.86ms 68.44% | |
15 Req/Sec 3.32k 696.42 4.25k 78.05% | |
16 13526 requests in 2.10s, 4.81MB read | |
17 Requests/sec: 6439.96 | |
18 Transfer/sec: 2.29MB | |
19 ~/Dev/UrWeb/caching-tests | |
20 $ wrk http://localhost:8080/Bench/ -s bench.lua -- 0.1 100000 | |
21 Running 10s test @ http://localhost:8080/Bench/ | |
22 2 threads and 10 connections | |
23 Thread Stats Avg Stdev Max +/- Stdev | |
24 Latency 1.08ms 250.98us 2.64ms 66.33% | |
25 Req/Sec 4.34k 704.72 6.84k 81.09% | |
26 86850 requests in 10.10s, 30.70MB read | |
27 Requests/sec: 8598.75 | |
28 Transfer/sec: 3.04MB | |
29 ~/Dev/UrWeb/caching-tests | |
30 $ fg | |
31 ./bench.exe -q | |
32 C-c C-cExiting.... | |
33 ~/Dev/UrWeb/caching-tests | |
34 $ ./bench.exe -q -t 2 & | |
35 [1] 24514 | |
36 ~/Dev/UrWeb/caching-tests | |
37 $ Initializing | |
38 Initializing | |
39 Initializing | |
40 Initializing | |
41 | |
42 ~/Dev/UrWeb/caching-tests | |
43 $ wrk http://localhost:8080/Bench/ -s bench.lua -- 0.1 100000 | |
44 Running 10s test @ http://localhost:8080/Bench/ | |
45 2 threads and 10 connections | |
46 Thread Stats Avg Stdev Max +/- Stdev | |
47 Latency 370.59us 90.83us 2.14ms 71.69% | |
48 Req/Sec 11.34k 1.19k 16.34k 72.64% | |
49 226734 requests in 10.10s, 80.15MB read | |
50 Requests/sec: 22449.54 | |
51 Transfer/sec: 7.94MB | |
52 ~/Dev/UrWeb/caching-tests | |
53 $ fg | |
54 ./bench.exe -q -t 2 | |
55 C-c C-cExiting.... | |
56 ~/Dev/UrWeb/caching-tests | |
57 $ urweb bench -sqlcache | |
58 ~/Dev/UrWeb/caching-tests | |
59 $ ./bench.exe -q & | |
60 [1] 24548 | |
61 ~/Dev/UrWeb/caching-tests | |
62 $ Initializing | |
63 Initializing | |
64 Initializing | |
65 | |
66 ~/Dev/UrWeb/caching-tests | |
67 $ wrk http://localhost:8080/Bench/ -s bench.lua -- 0.1 100000 | |
68 Running 10s test @ http://localhost:8080/Bench/ | |
69 2 threads and 10 connections | |
70 Thread Stats Avg Stdev Max +/- Stdev | |
71 Latency 0.98ms 322.48us 4.68ms 71.58% | |
72 Req/Sec 4.71k 706.11 7.06k 69.31% | |
73 94654 requests in 10.10s, 33.46MB read | |
74 Requests/sec: 9371.66 | |
75 Transfer/sec: 3.31MB | |
76 ~/Dev/UrWeb/caching-tests | |
77 $ wrk http://localhost:8080/Bench/ -s bench.lua -- 0.1 100000 | |
78 Running 10s test @ http://localhost:8080/Bench/ | |
79 2 threads and 10 connections | |
80 Thread Stats Avg Stdev Max +/- Stdev | |
81 Latency 0.86ms 354.48us 7.31ms 71.15% | |
82 Req/Sec 5.21k 740.74 7.83k 68.81% | |
83 104823 requests in 10.10s, 37.06MB read | |
84 Requests/sec: 10378.81 | |
85 Transfer/sec: 3.67MB | |
86 ~/Dev/UrWeb/caching-tests | |
87 $ wrk http://localhost:8080/Bench/ -s bench.lua -- 0.1 100000 | |
88 Running 10s test @ http://localhost:8080/Bench/ | |
89 2 threads and 10 connections | |
90 Thread Stats Avg Stdev Max +/- Stdev | |
91 Latency 703.16us 339.13us 2.82ms 68.28% | |
92 Req/Sec 6.10k 0.96k 10.43k 83.08% | |
93 121961 requests in 10.10s, 43.12MB read | |
94 Requests/sec: 12074.21 | |
95 Transfer/sec: 4.27MB | |
96 ~/Dev/UrWeb/caching-tests | |
97 $ wrk http://localhost:8080/Bench/ -s bench.lua -- 0.1 100000 | |
98 Running 10s test @ http://localhost:8080/Bench/ | |
99 2 threads and 10 connections | |
100 Thread Stats Avg Stdev Max +/- Stdev | |
101 Latency 637.87us 348.05us 2.81ms 68.34% | |
102 Req/Sec 6.63k 1.12k 10.99k 73.76% | |
103 133289 requests in 10.10s, 47.12MB read | |
104 Requests/sec: 13197.03 | |
105 Transfer/sec: 4.67MB | |
106 ~/Dev/UrWeb/caching-tests | |
107 $ fg | |
108 ./bench.exe -q | |
109 C-c C-cExiting.... | |
110 ~/Dev/UrWeb/caching-tests | |
111 $ ./bench.exe -q -t 2 & | |
112 [1] 24616 | |
113 ~/Dev/UrWeb/caching-tests | |
114 $ Initializing | |
115 Initializing | |
116 Initializing | |
117 Initializing | |
118 | |
119 ~/Dev/UrWeb/caching-tests | |
120 $ wrk http://localhost:8080/Bench/ -s bench.lua -- 0.1 100000 | |
121 Running 10s test @ http://localhost:8080/Bench/ | |
122 2 threads and 10 connections | |
123 Thread Stats Avg Stdev Max +/- Stdev | |
124 Latency 0.98ms 436.87us 8.57ms 73.73% | |
125 Req/Sec 4.69k 1.05k 7.41k 62.87% | |
126 94186 requests in 10.10s, 33.30MB read | |
127 Requests/sec: 9325.40 | |
128 Transfer/sec: 3.30MB | |
129 ~/Dev/UrWeb/caching-tests | |
130 $ wrk http://localhost:8080/Bench/ -s bench.lua -- 0.1 100000 | |
131 Running 10s test @ http://localhost:8080/Bench/ | |
132 2 threads and 10 connections | |
133 Thread Stats Avg Stdev Max +/- Stdev | |
134 Latency 679.74us 357.72us 7.69ms 72.78% | |
135 Req/Sec 6.36k 1.23k 9.83k 70.65% | |
136 127238 requests in 10.10s, 44.98MB read | |
137 Requests/sec: 12598.06 | |
138 Transfer/sec: 4.45MB | |
139 ~/Dev/UrWeb/caching-tests | |
140 $ wrk http://localhost:8080/Bench/ -s bench.lua -- 0.1 100000 | |
141 Running 10s test @ http://localhost:8080/Bench/ | |
142 2 threads and 10 connections | |
143 Thread Stats Avg Stdev Max +/- Stdev | |
144 Latency 598.29us 351.32us 3.00ms 69.43% | |
145 Req/Sec 6.86k 1.01k 11.33k 75.50% | |
146 136554 requests in 10.00s, 48.28MB read | |
147 Requests/sec: 13655.22 | |
148 Transfer/sec: 4.83MB | |
149 ~/Dev/UrWeb/caching-tests | |
150 $ wrk http://localhost:8080/Bench/ -s bench.lua -- 0.1 100000 | |
151 Running 10s test @ http://localhost:8080/Bench/ | |
152 2 threads and 10 connections | |
153 Thread Stats Avg Stdev Max +/- Stdev | |
154 Latency 521.06us 331.23us 3.73ms 68.90% | |
155 Req/Sec 7.49k 1.20k 12.64k 85.07% | |
156 149875 requests in 10.10s, 52.98MB read | |
157 Requests/sec: 14839.52 | |
158 Transfer/sec: 5.25MB | |
159 ~/Dev/UrWeb/caching-tests | |
160 $ wrk http://localhost:8080/Bench/ -s bench.lua -- 0.1 100000 | |
161 Running 10s test @ http://localhost:8080/Bench/ | |
162 2 threads and 10 connections | |
163 Thread Stats Avg Stdev Max +/- Stdev | |
164 Latency 504.89us 347.06us 5.62ms 69.33% | |
165 Req/Sec 7.64k 0.94k 11.95k 69.80% | |
166 153398 requests in 10.10s, 54.23MB read | |
167 Requests/sec: 15189.01 | |
168 Transfer/sec: 5.37MB | |
169 ~/Dev/UrWeb/caching-tests | |
170 $ wrk http://localhost:8080/Bench/ -s bench.lua -- 0.1 100000 | |
171 Running 10s test @ http://localhost:8080/Bench/ | |
172 2 threads and 10 connections | |
173 Thread Stats Avg Stdev Max +/- Stdev | |
174 Latency 454.99us 315.26us 2.87ms 68.79% | |
175 Req/Sec 8.24k 1.20k 12.83k 80.10% | |
176 164779 requests in 10.10s, 58.25MB read | |
177 Requests/sec: 16314.84 | |
178 Transfer/sec: 5.77MB | |
179 ~/Dev/UrWeb/caching-tests | |
180 $ wrk http://localhost:8080/Bench/ -s bench.lua -- 0.1 100000 | |
181 Running 10s test @ http://localhost:8080/Bench/ | |
182 2 threads and 10 connections | |
183 Thread Stats Avg Stdev Max +/- Stdev | |
184 Latency 466.26us 326.63us 2.86ms 68.52% | |
185 Req/Sec 8.07k 1.04k 13.56k 74.13% | |
186 161404 requests in 10.10s, 57.06MB read | |
187 Requests/sec: 15981.72 | |
188 Transfer/sec: 5.65MB | |
189 ~/Dev/UrWeb/caching-tests | |
190 $ wrk http://localhost:8080/Bench/ -s bench.lua -- 0.1 100000 | |
191 Running 10s test @ http://localhost:8080/Bench/ | |
192 2 threads and 10 connections | |
193 Thread Stats Avg Stdev Max +/- Stdev | |
194 Latency 458.75us 319.02us 3.11ms 68.07% | |
195 Req/Sec 8.15k 768.18 11.30k 69.80% | |
196 163930 requests in 10.10s, 57.95MB read | |
197 Requests/sec: 16231.27 | |
198 Transfer/sec: 5.74MB |