aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-31 19:18:33 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-31 19:18:33 +0000
commit4f55d5dd1536b3b4bb8453ab8e99b23a82005330 (patch)
treef4a6b277f7e538e8995daa585a5be939eb58a5ac
parent1b07d1a57c967282eafdeabcb6b20e86167b22ec (diff)
downloadlibmicrohttpd-4f55d5dd1536b3b4bb8453ab8e99b23a82005330.tar.gz
libmicrohttpd-4f55d5dd1536b3b4bb8453ab8e99b23a82005330.zip
-benchmark
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 474c398a..a6d4850e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
16Fri Mar 29 16:44:29 CET 2013 18Fri Mar 29 16:44:29 CET 2013
17 Renaming testcases to consistenly begin with test_; 19 Renaming testcases to consistenly begin with test_;