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.md31
1 files changed, 0 insertions, 31 deletions
diff --git a/test/performance_test/README.md b/test/performance_test/README.md
deleted file mode 100644
index f0edaea3..00000000
--- a/test/performance_test/README.md
+++ /dev/null
@@ -1,31 +0,0 @@
-Performance Test
-===
-
-[Hoofprints](https://github.com/sspies8684/hoofprints) inspired route-server performance test suite
-
-## Prerequisites
-
-Follow the 'Prerequisites' and 'Set up dependencies' section of [Scenario Test](https://github.com/osrg/gobgp/blob/master/test/scenario_test/README.md).
-
-## Create tester container
-
-```shell
-$ cd $GOPATH/src/github.com/osrg/gobgp
-$ sudo fab -f ./test/lib/base.py make_gobgp_ctn:tag=gobgp
-$ sudo fab -f ./test/performance_test/test.py make_tester_ctn:tag=tester,from_image=gobgp
-```
-
-## Run test
-
-```shell
-$ 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
-```