aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_callback.c
Commit message (Collapse)AuthorAge
* some minor code cleaning issuesChristian Grothoff2018-06-22
|
* eliminate strcat()Tim Rühsen2018-02-28
|
* Silenced compiler warnings in src/testcurl.Evgeny Grin (Karlson2k)2017-10-30
|
* Make testsuite compatible with W32 againEvgeny Grin (Karlson2k)2017-10-29
|
* misc style improvements, fixing some tiny rare memory leaks in examplesChristian Grothoff2017-10-05
|
* Make testsuite parallel build compatible (part 1)Evgeny Grin (Karlson2k)2017-06-16
|
* add return value checks for a few more system calls in testcases and examplesChristian Grothoff2016-09-23
|
* simplify error handling by baking it into the macrosChristian Grothoff2016-09-22
|
* Fixed test compilation warnings for native W32 x64Evgeny Grin (Karlson2k)2016-02-05
|
* patch from FC to fix use of resume in combination with external selectChristian Grothoff2015-09-02
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Implement MHD_socket, MHD_INVALID_SOCKETEvgeny Grin (Karlson2k)2014-02-18
|
* increase timeouts to escape problems with time_waitChristian Grothoff2012-10-08
|
* use 127.0.0.1 instead of localhost for testcurl/*.c;Christian Grothoff2011-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | performs far better on OS X and Solaris-style kernels Will Bryant (<will.bryant@gmail.com>) writes: On 21/09/2011, at 20:14 , Christian Grothoff wrote: > > On the OpenIndiana performance, do you have something like 'strace' where you > > could monitor what's going on? Most likely the code hangs blocking in some > > syscall for longer than it should... It has truss, and for the record, it showed no slow calls. The problem turned out to be the tests using "localhost", which was picking the primary interface for the box, not the loopback interface. Changing perf_get_concurrent.c to use 127.0.0.1 makes it vastly faster - it went from ~35 requests/sec to 12,000-15,000 requests/sec. It makes a big difference on OS X too - from 115-140 requests/sec on my old macbook to 600-3600 requests/sec (variation here mainly due to the large amount of other stuff I have running). Patch attached.
* bugfixChristian Grothoff2011-08-18
|
* new testcaseChristian Grothoff2011-08-18