Browse Source

Merge branch 'master' of https://github.com/lucassp/FrameworkBenchmarks into development

tfb 12 years ago
parent
commit
09d2deda06
4 changed files with 13 additions and 13 deletions
  1. 6 6
      dart-stream/README.md
  2. 5 5
      dart-stream/pubspec.yaml
  3. 1 1
      lapis/nginx.conf
  4. 1 1
      toolset/benchmark/framework_test.py

+ 6 - 6
dart-stream/README.md

@@ -4,13 +4,13 @@ This test adds [Stream](https://github.com/rikulo/stream), a lightweight Dart we
 
 ## Versions
 
-* [Dart SDK version 0.6.21.3_r26639](https://launchpad.net/~hachre/+archive/dart)
-* [Dart args version 0.6.21.3](http://pub.dartlang.org/packages/args)
-* [Dart crypto version 0.6.21.3](http://pub.dartlang.org/packages/crypto)
-* [Dart mongo_dart version 0.1.27](http://pub.dartlang.org/packages/mongo_dart)
+* [Dart SDK version 0.8.1.2_r28355](https://launchpad.net/~hachre/+archive/dart)
+* [Dart args version 0.8.1](http://pub.dartlang.org/packages/args)
+* [Dart crypto version 0.8.1](http://pub.dartlang.org/packages/crypto)
+* [Dart mongo_dart version 0.1.30](http://pub.dartlang.org/packages/mongo_dart)
 * [Dart postgresql version 0.2.8](http://pub.dartlang.org/packages/postgresql)
-* [Dart stream version 0.8.3.3](http://pub.dartlang.org/packages/start)
-* [Dart yaml version 0.6.21.3](http://pub.dartlang.org/packages/yaml)
+* [Dart stream version 0.8.4](http://pub.dartlang.org/packages/start)
+* [Dart yaml version 0.8.1](http://pub.dartlang.org/packages/yaml)
 
 ## Test URLs
 

+ 5 - 5
dart-stream/pubspec.yaml

@@ -1,9 +1,9 @@
 name: DartStreamBenchmark
 description: A benchmark for Stream, a lightweight Dart web server
 dependencies:
-  args: 0.6.21+3
-  crypto: 0.6.21+3
-  mongo_dart: 0.1.27
+  args: 0.8.1
+  crypto: 0.8.1
+  mongo_dart: 0.1.30
   postgresql: 0.2.8
-  stream: 0.8.3+3
-  yaml: 0.6.21+3
+  stream: 0.8.4
+  yaml: 0.8.1

+ 1 - 1
lapis/nginx.conf

@@ -18,7 +18,7 @@ http {
     }
     server {
         listen 8080;
-        lua_code_cache off;
+        lua_code_cache on;
         charset "utf-8";
 
         location / {

+ 1 - 1
toolset/benchmark/framework_test.py

@@ -23,7 +23,7 @@ class FrameworkTest:
     echo ""
     echo "---------------------------------------------------------"
     echo " Running Primer {name}"
-    echo " {wrk} {headers} -d 60 -c 8 -t 8 \"http://{server_host}:{port}{url}\""
+    echo " {wrk} {headers} -d 5 -c 8 -t 8 \"http://{server_host}:{port}{url}\""
     echo "---------------------------------------------------------"
     echo ""
     {wrk} {headers} -d 5 -c 8 -t 8 "http://{server_host}:{port}{url}"