summaryrefslogtreecommitdiffhomepage
path: root/test/performance_test/README.md
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-02-19 22:14:11 -0800
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-02-19 22:14:11 -0800
commit9b28f7d5caa24506f44adb765276960cb3a500f5 (patch)
tree0fb757032fb98d3ace68923bb53b6ff043c030f5 /test/performance_test/README.md
parentefff7f552f863fd3e895e091464ca63ff8990cba (diff)
Revert "test: add performance_test"
This reverts commit 34bd365bb4534f2321acea686996e2293727923c. Conflicts: server/peer.go test/performance_test/README.md test/performance_test/main.go test/performance_test/test.py
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
-```