diff --git a/README.md b/README.md index 00c83b9..0117b09 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Feast Load Test Proxy +## Deprecation + +Note that this repo is out of date. Please see [here](https://github.com/feast-dev/feast-benchmarks) for the latest benchmarks. + +## Load test + This simple Go service generates load as part of the Feast testing suite. It sits between an HTTP based load testing tool as follows: ``` @@ -30,4 +36,4 @@ This command will send a single or multiple GetOnlineFeatures request(s) dependi ``` curl localhost:8080/send -``` \ No newline at end of file +```