From d988818715811a02aa7b6ff8b1cabdbe474a4e93 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (VMware)" Date: Wed, 30 May 2018 10:14:13 -0700 Subject: [PATCH] Mention Python3 for testing Signed-off-by: Alex Ellis (VMware) --- guide/performance_testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/performance_testing.md b/guide/performance_testing.md index 4a9d8323..4fd85417 100644 --- a/guide/performance_testing.md +++ b/guide/performance_testing.md @@ -41,7 +41,7 @@ of-watchdog templates: * [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) +* [Python3 HTTP template with gevent/flask](https://github.com/openfaas-incubator/python-flask-template) ### Common mistakes for performance-testing a project: