Browse Source

Updated to SDK 2.19.6 (#8172)

Thomas Hii 2 years ago
parent
commit
dfa3d04047

+ 1 - 1
frameworks/Dart/angel3/angel3-mysql.dockerfile

@@ -1,4 +1,4 @@
-FROM dart:2.18.1
+FROM dart:2.19.6
 
 
 COPY ./orm-mysql/config /app/config
 COPY ./orm-mysql/config /app/config
 COPY ./orm-mysql/lib /app/lib
 COPY ./orm-mysql/lib /app/lib

+ 1 - 1
frameworks/Dart/angel3/angel3.dockerfile

@@ -1,4 +1,4 @@
-FROM dart:2.18.1
+FROM dart:2.19.6
 
 
 COPY ./orm/config /app/config
 COPY ./orm/config /app/config
 COPY ./orm/lib /app/lib
 COPY ./orm/lib /app/lib

+ 2 - 2
frameworks/Dart/angel3/benchmark_config.json

@@ -21,7 +21,7 @@
         "webserver": "None",
         "webserver": "None",
         "os": "Linux",
         "os": "Linux",
         "database_os": "Linux",
         "database_os": "Linux",
-        "display_name": "Angel3",
+        "display_name": "Angel3_postgresql",
         "notes": "",
         "notes": "",
         "versus": "None"
         "versus": "None"
       },
       },
@@ -43,7 +43,7 @@
         "webserver": "None",
         "webserver": "None",
         "os": "Linux",
         "os": "Linux",
         "database_os": "Linux",
         "database_os": "Linux",
-        "display_name": "Angel3",
+        "display_name": "Angel3_mysql",
         "notes": "",
         "notes": "",
         "versus": "None"
         "versus": "None"
       }
       }