From b07c7c2c48074493fbd2388f0cceeaa272f40937 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (VMware)" Date: Wed, 30 May 2018 10:13:25 -0700 Subject: [PATCH] Add Python / flask / gevent example. Signed-off-by: Alex Ellis (VMware) --- guide/performance_testing.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guide/performance_testing.md b/guide/performance_testing.md index 4d2126c1..4a9d8323 100644 --- a/guide/performance_testing.md +++ b/guide/performance_testing.md @@ -39,8 +39,9 @@ Project tuning: of-watchdog templates: -* [Node8 HTTP template](https://github.com/openfaas-incubator/node8-express-template) -* [Golang HTTP template](https://github.com/alexellis/golang-http-template) +* [Golang HTTP template with stdlib](https://github.com/alexellis/golang-http-template) +* [Node8 HTTP template with Express.js](https://github.com/openfaas-incubator/node8-express-template) +* [Python HTTP template with gevent/flask](https://github.com/openfaas-incubator/python-flask-template) ### Common mistakes for performance-testing a project: