Răsfoiți Sursa

Lock pool to specific commit and get rid of redis tests

Lock pool version to 0.2.1

Put quotes around strings to make style more consistent
Lock pool to specific version and delete redis tests
Julia Nething 9 ani în urmă
părinte
comite
ba3f704882

+ 0 - 23
frameworks/Crystal/kemal/benchmark_config.json

@@ -2,29 +2,6 @@
   "framework": "kemal",
   "framework": "kemal",
   "tests": [{
   "tests": [{
     "default": {
     "default": {
-      "setup_file": "setup-redis",
-      "json_url": "/json",
-      "db_url": "/db",
-      "query_url": "/queries?queries=",
-      "fortune_url": "/fortunes",
-      "update_url": "/updates?queries=",
-      "plaintext_url": "/plaintext",
-      "port": 3000,
-      "approach": "Realistic",
-      "classification": "Fullstack",
-      "database": "Redis",
-      "framework": "kemal",
-      "language": "Crystal",
-      "orm": "micro",
-      "platform": "Crystal",
-      "webserver": "None",
-      "os": "Linux",
-      "database_os": "Linux",
-      "display_name": "Kemal",
-      "notes": "",
-      "versus": "ruby"
-    },
-    "postgres": {
       "setup_file": "setup-postgres",
       "setup_file": "setup-postgres",
       "json_url": "/json",
       "json_url": "/json",
       "db_url": "/db",
       "db_url": "/db",

+ 7 - 7
frameworks/Crystal/kemal/shard.yml

@@ -3,17 +3,17 @@ version: "0.0.1"
 
 
 dependencies:
 dependencies:
   pg:
   pg:
-    github: will/crystal-pg
-    version: 0.5.0
+    github: "will/crystal-pg"
+    version: "0.5.0"
   pool:
   pool:
-    github: ysbaddaden/pool
-    branch: master
+    github: "ysbaddaden/pool"
+    version: "0.2.1"
   kemal:
   kemal:
     github: "sdogruyol/kemal"
     github: "sdogruyol/kemal"
-    version: 0.10.0
+    version: "0.10.0"
   redis:
   redis:
     github: "stefanwille/crystal-redis"
     github: "stefanwille/crystal-redis"
     version: "~> 1.3.1"
     version: "~> 1.3.1"
   html_builder:
   html_builder:
-    github: crystal-lang/html_builder
-license: MIT
+    github: "crystal-lang/html_builder"
+license: "MIT"