Add gevent based Python server to benchmark test cases (#794)

This add the benchmark test cases, which is using gevent based on wsgi
framework.
This commit is contained in:
xiekeyang
2018-08-01 21:22:03 +08:00
committed by Ta-Ching Chen
parent 9a7ffc2f5b
commit 6123873d2a
7 changed files with 210 additions and 66 deletions
@@ -0,0 +1,23 @@
apiVersion: fission.io/v1
kind: Environment
metadata:
name: python
namespace: default
spec:
version: 2
poolsize: 3
TerminationGracePeriod: 5
resources:
limits:
cpu: 300m
memory: 256Mi
requests:
cpu: 300m
memory: 256Mi
runtime:
image: fission/python-env
imagePullPolicy: IfNotPresent
container:
env:
- name: WSGI_FRAMEWORK
value: "GEVENT"