diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-11-09 14:13:39 +0900 |
---|---|---|
committer | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-11-11 00:47:17 +0900 |
commit | 660b38e5aecfec22563b90f43e0ed7a99bb4cc0d (patch) | |
tree | 4f2a57c75bfc1a0a5b55450ae1645faf1dcd4954 /test/performance_test/README.md | |
parent | 34bd365bb4534f2321acea686996e2293727923c (diff) |
test: add BIRD for performance test target
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'test/performance_test/README.md')
-rw-r--r-- | test/performance_test/README.md | 7 |
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 +``` |