Adding upstream version 0.0.22.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2f814b513a
commit
b06d3acde8
190 changed files with 61565 additions and 0 deletions
65
icann-rdap-srv/resources/drill.yml
Normal file
65
icann-rdap-srv/resources/drill.yml
Normal file
|
@ -0,0 +1,65 @@
|
|||
# This a YAML file to use with Drill (https://github.com/fcsonline/drill),
|
||||
# an HTTP load testing tool. When used with rdap-srv-test-data, Drill
|
||||
# can be used to load test rdap-srv.
|
||||
|
||||
---
|
||||
base: 'http://localhost:3000/rdap'
|
||||
iterations: 1000
|
||||
concurrency: 8
|
||||
|
||||
plan:
|
||||
- name: "Domain"
|
||||
request:
|
||||
url: /domain/test-domain-{{ item }}.example
|
||||
with_items_range:
|
||||
start: 1
|
||||
step: 1
|
||||
stop: 5000
|
||||
|
||||
- name: "Entity"
|
||||
request:
|
||||
url: /entity/test-entity-{{ item }}
|
||||
with_items_range:
|
||||
start: 1
|
||||
step: 1
|
||||
stop: 5000
|
||||
|
||||
- name: "Nameserver"
|
||||
request:
|
||||
url: /nameserver/ns.test-nameserver-{{ item }}.example
|
||||
with_items_range:
|
||||
start: 1
|
||||
step: 1
|
||||
stop: 5000
|
||||
|
||||
- name: "Autnum"
|
||||
request:
|
||||
url: /autnum/{{ item }}
|
||||
with_items_range:
|
||||
start: 1
|
||||
step: 1
|
||||
stop: 5000
|
||||
|
||||
- name: "IpV4 Octet 4"
|
||||
request:
|
||||
url: /ip/1.0.0.{{ item }}
|
||||
with_items_range:
|
||||
start: 1
|
||||
step: 1
|
||||
stop: 254
|
||||
|
||||
- name: "IpV4 Octet 3"
|
||||
request:
|
||||
url: /ip/1.0.{{ item }}.0
|
||||
with_items_range:
|
||||
start: 1
|
||||
step: 1
|
||||
stop: 254
|
||||
|
||||
- name: "IpV6"
|
||||
request:
|
||||
url: "/ip/2000:0:0:0::{{ item }}"
|
||||
with_items_range:
|
||||
start: 1
|
||||
step: 1
|
||||
stop: 5000
|
Loading…
Add table
Add a link
Reference in a new issue