gigabox for perf testing purposes

This commit is contained in:
FloPinguin
2026-04-20 21:48:07 +02:00
parent 4e04bed44c
commit 00e85b0dc3
11 changed files with 84 additions and 1 deletions
@@ -0,0 +1,30 @@
{
"name": "GigaBox",
"nations": [
{
"name": "The Top Left",
"flag": "dm",
"coordinates": [40, 38]
},
{
"name": "The Bottom Left",
"flag": "dm",
"coordinates": [40, 2444]
},
{
"name": "The Top Right",
"flag": "dm",
"coordinates": [3148, 52]
},
{
"name": "The Bottom Right",
"flag": "dm",
"coordinates": [3104, 2416]
},
{
"name": "The Center of All",
"flag": "aq",
"coordinates": [1548, 1183]
}
]
}
+1
View File
@@ -92,6 +92,7 @@ var maps = []struct {
{Name: "conakry"},
{Name: "caucasus"},
{Name: "beringsea"},
{Name: "gigabox"},
{Name: "big_plains", IsTest: true},
{Name: "half_land_half_ocean", IsTest: true},
{Name: "ocean_and_land", IsTest: true},