Jelajahi Sumber

vibed: upgrade to latest version (#6839)

* vibed: upgrade to latest version

* Fix framework name for correct compiste scores
Hiroki Noda 3 tahun lalu
induk
melakukan
f7ba4edb31

+ 1 - 1
frameworks/D/vibed/benchmark_config.json

@@ -12,7 +12,7 @@
       "approach": "Realistic",
       "approach": "Realistic",
       "classification": "Micro",
       "classification": "Micro",
       "database": "MongoDB",
       "database": "MongoDB",
-      "framework": "vibe.d",
+      "framework": "vibed",
       "language": "D",
       "language": "D",
       "flavor": "DLang2",
       "flavor": "DLang2",
       "orm": "Micro",
       "orm": "Micro",

+ 2 - 2
frameworks/D/vibed/dub.json

@@ -7,9 +7,9 @@
     "Sönke Ludwig"
     "Sönke Ludwig"
   ],
   ],
   "dependencies": {
   "dependencies": {
-    "vibe-d": "0.9.3",
+    "vibe-d": "0.9.4",
     "mir-random": "2.2.15",
     "mir-random": "2.2.15",
-    "vibe-d:tls": "0.9.3"
+    "vibe-d:tls": "0.9.4"
   },
   },
   "targetType": "executable",
   "targetType": "executable",
   "sourcePaths": [],
   "sourcePaths": [],

+ 5 - 6
frameworks/D/vibed/dub.selections.json

@@ -7,20 +7,19 @@
 		"derelict-util": "3.0.0-beta.2",
 		"derelict-util": "3.0.0-beta.2",
 		"diet-ng": "1.8.0",
 		"diet-ng": "1.8.0",
 		"dpq2": "1.0.17",
 		"dpq2": "1.0.17",
-		"eventcore": "0.9.17",
+		"eventcore": "0.9.18",
 		"libasync": "0.8.6",
 		"libasync": "0.8.6",
-		"libevent": "2.0.2+2.0.16",
 		"memutils": "1.0.4",
 		"memutils": "1.0.4",
-		"mir-algorithm": "3.10.78",
-		"mir-core": "1.1.75",
+		"mir-algorithm": "3.10.91",
+		"mir-core": "1.1.83",
 		"mir-linux-kernel": "1.0.1",
 		"mir-linux-kernel": "1.0.1",
 		"mir-random": "2.2.15",
 		"mir-random": "2.2.15",
 		"money": "2.3.1",
 		"money": "2.3.1",
 		"openssl": "1.1.6+1.0.1g",
 		"openssl": "1.1.6+1.0.1g",
 		"stdx-allocator": "2.77.5",
 		"stdx-allocator": "2.77.5",
 		"taggedalgebraic": "0.11.22",
 		"taggedalgebraic": "0.11.22",
-		"vibe-core": "1.18.1",
-		"vibe-d": "0.9.3",
+		"vibe-core": "1.21.0",
+		"vibe-d": "0.9.4",
 		"vibe-d-postgresql": "3.1.0-rc.1"
 		"vibe-d-postgresql": "3.1.0-rc.1"
 	}
 	}
 }
 }

+ 1 - 1
frameworks/D/vibed/vibed-dmd-pgsql.dockerfile

@@ -1,4 +1,4 @@
-FROM dlang2/dmd-ubuntu:2.095.0
+FROM dlang2/dmd-ubuntu:2.096.1
 
 
 WORKDIR /dlang/app
 WORKDIR /dlang/app
 COPY . .
 COPY . .

+ 1 - 1
frameworks/D/vibed/vibed-ldc-pgsql.dockerfile

@@ -1,4 +1,4 @@
-FROM dlang2/ldc-ubuntu:1.24.0
+FROM dlang2/ldc-ubuntu:1.26.0
 
 
 WORKDIR /dlang/app
 WORKDIR /dlang/app
 COPY . .
 COPY . .

+ 1 - 1
frameworks/D/vibed/vibed-ldc.dockerfile

@@ -1,4 +1,4 @@
-FROM dlang2/ldc-ubuntu:1.24.0
+FROM dlang2/ldc-ubuntu:1.26.0
 
 
 WORKDIR /dlang/app
 WORKDIR /dlang/app
 COPY . .
 COPY . .

+ 1 - 1
frameworks/D/vibed/vibed.dockerfile

@@ -1,4 +1,4 @@
-FROM dlang2/dmd-ubuntu:2.095.0
+FROM dlang2/dmd-ubuntu:2.096.1
 
 
 WORKDIR /dlang/app
 WORKDIR /dlang/app
 COPY . .
 COPY . .