From a215c3b9347202bac667a462de25207074306b83 Mon Sep 17 00:00:00 2001 From: Felix Wang Date: Tue, 2 Aug 2022 10:32:20 -0700 Subject: [PATCH] Update README Signed-off-by: Felix Wang --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +```