diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-03-31 19:18:33 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-03-31 19:18:33 +0000 |
commit | 4f55d5dd1536b3b4bb8453ab8e99b23a82005330 (patch) | |
tree | f4a6b277f7e538e8995daa585a5be939eb58a5ac | |
parent | 1b07d1a57c967282eafdeabcb6b20e86167b22ec (diff) | |
download | libmicrohttpd-4f55d5dd1536b3b4bb8453ab8e99b23a82005330.tar.gz libmicrohttpd-4f55d5dd1536b3b4bb8453ab8e99b23a82005330.zip |
-benchmark
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,7 +11,9 @@ Sun Mar 31 20:03:48 CEST 2013 | |||
11 | buffer size by 4 bytes to ensure "round" IO sizes given | 11 | buffer size by 4 bytes to ensure "round" IO sizes given |
12 | a "round" post processor buffer size argument. Note | 12 | a "round" post processor buffer size argument. Note |
13 | that applications that previously added 4 bytes to the | 13 | that applications that previously added 4 bytes to the |
14 | post processor buffer size might now perform worse. -CG | 14 | post processor buffer size might now perform worse. |
15 | Using the new 'demo' example, POST upload speed | ||
16 | increased from ~90 MB/s to ~120 MB/s for a large file. -CG | ||
15 | 17 | ||
16 | Fri Mar 29 16:44:29 CET 2013 | 18 | Fri Mar 29 16:44:29 CET 2013 |
17 | Renaming testcases to consistenly begin with test_; | 19 | Renaming testcases to consistenly begin with test_; |