2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 10:10:06 +00:00

Add base testing set of names for load-names benchmark

This was generated from dnsperf queryfile with following script:

    #!/usr/bin/env python3
    names = {}

    import sys

    i = 0
    for line in iter(sys.stdin.readline, ''):
	name = line.rstrip('\n')
	if not name in names:
	    names[name] = line
	    print(f"{i},{name}")
	    i += 1
	if i >= 1024*1024:
	    break
This commit is contained in:
Ondřej Surý 2023-10-06 10:30:21 +02:00
parent 9a45fd6f33
commit 1974a91e58
No known key found for this signature in database
GPG Key ID: 2820F37E873DEA41
2 changed files with 1048577 additions and 0 deletions

View File

@ -170,6 +170,7 @@ Files: **/.clang-format
doc/misc/options
doc/misc/rndc.grammar
sonar-project.properties
tests/bench/names.csv
Copyright: Internet Systems Consortium, Inc. ("ISC")
License: CC0-1.0

1048576
tests/bench/names.csv Normal file

File diff suppressed because it is too large Load Diff