Mukund Sivaraman 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
..
benchmarkdata 22e21e7219 added a simple benchmark test for the RdataFields class compared to Rdata. il y a 14 ans
.gitignore 06d963e309 Update .gitignore files il y a 13 ans
Makefile.am 7b240f1cb3 [2071] Add b10 prefix to libdns++.la il y a 12 ans
README 22e21e7219 added a simple benchmark test for the RdataFields class compared to Rdata. il y a 14 ans
message_renderer_bench.cc 718888317b [2278] A number of cppcheck fixes il y a 12 ans
oldmessagerenderer.cc e8ec4c911e [2098] make sure unexpected method call doesn't happen by exception/assert il y a 12 ans
oldmessagerenderer.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
rdatarender_bench.cc 718888317b [2278] A number of cppcheck fixes il y a 12 ans

README

- rdatarender_bench

This is a benchmark for RDATA rendering performance comparing the basic
Rdata objects and RdataField objects. It takes a command line argument
that specifies an input data file. Each line of the data file should
specify a single RDATA with its RR class and type, e.g.
IN A 192.0.2.1
IN NS ns.example.com.
Lines beginning with '#' and empty lines will be ignored. Sample input
files can be found in benchmarkdata/rdatarender_*.