Skip to content

Commit

Permalink
Merge pull request #111 from cliveseldon/loadtest
Browse files Browse the repository at this point in the history
change benchmark notebook name
  • Loading branch information
ukclivecox authored Mar 7, 2018
2 parents 581a67f + 1aeefbb commit d737332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/benchmarking.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ This test will illustrate the maximum number of requests that can be pushed thro

We will use cordened off kubernetes nodes running locust so the latency from node to node prediction calls on GCP will also be part of the returned statistics.

A [notebook](https://github.com/SeldonIO/seldon-core/blob/master/notebooks/kubectl_demo_gcp_loadtest.ipynb) provides the end to end test for reproducability.
A [notebook](https://github.com/SeldonIO/seldon-core/blob/master/notebooks/benchmark_simple_model.ipynb) provides the end to end test for reproducability.

We use:

* 1 replica of the stub model running on 1 n1-standard-16 GCP node
* We use 3 nodes to run 64 locust slaves with a total of 256 clients calling as fast as they can.

See [notebook](https://github.com/SeldonIO/seldon-core/blob/master/notebooks/kubectl_demo_gcp_loadtest.ipynb) for details.
See [notebook](https://github.com/SeldonIO/seldon-core/blob/master/notebooks/benchmark_simple_model.ipynb) for details.

### REST Results

Expand Down
File renamed without changes.

0 comments on commit d737332

Please sign in to comment.