Skip to content

Commit 8cb1eeb

Browse files
committed
Update README
1 parent 445c860 commit 8cb1eeb

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ or
2020

2121
### Dependent modules
2222

23-
* msgpack-python (>= 0.1.12)
24-
* tornado (>= 2.1.1)
23+
* msgpack-python (>= 0.3)
24+
* tornado (>= 3)
2525

2626
## Example
2727

@@ -64,19 +64,22 @@ Run with timeout test(Timeout test takes about 5 seconds)
6464

6565
## Performance
6666

67-
OS: Mac OS X ver 10.8.2<br />
68-
CPU: Intel Core i7 2GHz<br />
69-
Memory: 8GB 1600MHz DDR3
67+
OS: Mac OS X ver 10.8.3<br />
68+
CPU: Intel Core i7 2.7 GHz<br />
69+
Memory: 16 GB 1600 MHz DDR3
7070

7171
<table>
7272
<tr>
73-
<th></th><th>Request(QPS)</th><th>Notify(QPS)</th>
73+
<th></th><th>call(QPS)</th><th>async(QPS)</th><th>notify(QPS)</th>
7474
</tr>
7575
<tr>
76-
<td>2.7.2</td><td>4782</td><td>18315</td>
76+
<td>2.7.3</td><td>5903</td><td>6040</td><td>24877</td>
7777
</tr>
7878
<tr>
79-
<td>3.2.3</td><td>4700</td><td>16667</td>
79+
<td>3.3.0</td><td>5493</td><td>5812</td><td>23634</td>
80+
</tr>
81+
<tr>
82+
<td>PyPy 1.9.0 with GCC 4.2.1</td><td>5519</td><td>9729</td><td>46406</td>
8083
</tr>
8184
</table>
8285

@@ -87,7 +90,6 @@ Test code are available in example directory(bench_client.py and bench_server.py
8790
* Add advanced return to Server.
8891
* UDP, UNIX Domain support
8992
* Utilities (MultiFuture, SessionPool)
90-
* Support pyev for performance if needed
9193

9294
## Copyright
9395

0 commit comments

Comments
 (0)