diff options
author | zkoopmans <zkoopmans@google.com> | 2019-05-01 12:20:26 -0700 |
---|---|---|
committer | Adin Scannell <adin@scannell.ca> | 2019-05-13 15:27:34 -0700 |
commit | b879aa444d0a2a87c892296ed5f7ec62842da6eb (patch) | |
tree | a2e3fd08a51fd2f2bd3002493eb3f1ec1b57bb3f /static | |
parent | b4eea426529db8b386560f7301a09421fa7031ca (diff) |
Update applications numbers after node/ruby refactor
Diffstat (limited to 'static')
-rw-r--r-- | static/performance/applications.csv | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/static/performance/applications.csv b/static/performance/applications.csv new file mode 100644 index 000000000..9a2a873cc --- /dev/null +++ b/static/performance/applications.csv @@ -0,0 +1,13 @@ +runtime,method,metric,result
+runc,http.node,transfer_rate,3880.44
+runc,http.node,latency,11.0
+runc,http.node,requests_per_second,901.04
+runc,http.ruby,transfer_rate,3182.51
+runc,http.ruby,latency,17.0
+runc,http.ruby,requests_per_second,597.85
+runsc,http.node,transfer_rate,1617.49
+runsc,http.node,latency,27.0
+runsc,http.node,requests_per_second,375.81
+runsc,http.ruby,transfer_rate,1414.86
+runsc,http.ruby,latency,38.0
+runsc,http.ruby,requests_per_second,265.79
|