summaryrefslogtreecommitdiffstats
path: root/t/test_perf.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix test_perfGergely Nagy2012-08-111-2/+3
| | | | | | | test_perf was still relying on the old behaviour of ul_openlog(): no more, it uses ul_set_log_flags() now. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* LOG_UL_NODISCOVER => LOG_UL_NOIMPLICITGergely Nagy2012-08-111-4/+4
| | | | | | | | Based on a suggestion by Miloslav Trmač <mitr@redhat.com>, rename LOG_UL_NODISCOVER to LOG_UL_NOIMPLICIT, and clarify the documentation slightly. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* Remove some unused variables.Miloslav Trmač2012-07-301-1/+0
| | | | Signed-off-by: Miloslav Trmač <mitr@redhat.com>
* t/: Add a new performance test.Gergely Nagy2012-04-131-0/+73
The new test case always succeeds, it's purpose is to echo the performance results. Signed-off-by: Gergely Nagy <algernon@balabit.hu>