summaryrefslogtreecommitdiffhomepage
path: root/test/performance_test/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/performance_test/README.md')
-rw-r--r--test/performance_test/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/performance_test/README.md b/test/performance_test/README.md
index 841370ca..f0edaea3 100644
--- a/test/performance_test/README.md
+++ b/test/performance_test/README.md
@@ -22,3 +22,10 @@ $ cd $GOPATH/src/github.com/osrg/gobgp/test/performance_test
$ sudo PYTHONPATH=../ python test.py -t gobgp -n 1000 T1
$ sudo PYTHONPATH=../ python test.py -t quagga -n 1000 T1
```
+
+To test BIRD, pull BIRD docker image first.
+
+```shell
+$ docker pull osrg/bird
+$ sudo PYTHONPATH=../ python test.py -t bird -n 1000 T1
+```