Skip to content

Commit

Permalink
ui: rename apls to name.apl.json
Browse files Browse the repository at this point in the history
Signed-off-by: jarves <jarveson@gmail.com>
  • Loading branch information
jarveson committed Oct 5, 2023
1 parent 62dd485 commit 933cfe0
Show file tree
Hide file tree
Showing 85 changed files with 115 additions and 115 deletions.
2 changes: 1 addition & 1 deletion sim/deathknight/dps/dps_deathknight_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
}

func GetAplRotation(dir string, file string) core.RotationCombo {
filePath := dir + "/" + file + ".json"
filePath := dir + "/" + file + ".apl.json"
data, err := os.ReadFile(filePath)
if err != nil {
log.Fatalf("failed to load apl json file: %s, %s", filePath, err)
Expand Down
48 changes: 24 additions & 24 deletions sim/deathknight/tank/TestBloodTank.results
Original file line number Diff line number Diff line change
Expand Up @@ -835,43 +835,43 @@ dps_results: {
dps_results: {
key: "TestBloodTank-Settings-Human-Blood Tank P1-Basic-blood_aggro-FullBuffs-LongMultiTarget"
value: {
dps: 2017.78451
tps: 4435.864
dps: 2017.54527
tps: 4434.85079
}
}
dps_results: {
key: "TestBloodTank-Settings-Human-Blood Tank P1-Basic-blood_aggro-FullBuffs-LongSingleTarget"
value: {
dps: 2017.78451
tps: 4435.864
dps: 2017.54527
tps: 4434.85079
}
}
dps_results: {
key: "TestBloodTank-Settings-Human-Blood Tank P1-Basic-blood_aggro-FullBuffs-ShortSingleTarget"
value: {
dps: 2942.28474
tps: 4803.68868
dps: 2940.49796
tps: 4799.42354
}
}
dps_results: {
key: "TestBloodTank-Settings-Human-Blood Tank P1-Basic-blood_aggro-NoBuffs-LongMultiTarget"
value: {
dps: 1218.23094
tps: 2650.3802
dps: 1219.58101
tps: 2654.88028
}
}
dps_results: {
key: "TestBloodTank-Settings-Human-Blood Tank P1-Basic-blood_aggro-NoBuffs-LongSingleTarget"
value: {
dps: 1218.23094
tps: 2650.3802
dps: 1219.58101
tps: 2654.88028
}
}
dps_results: {
key: "TestBloodTank-Settings-Human-Blood Tank P1-Basic-blood_aggro-NoBuffs-ShortSingleTarget"
value: {
dps: 1769.74885
tps: 2691.44791
dps: 1772.51539
tps: 2696.93294
}
}
dps_results: {
Expand Down Expand Up @@ -919,43 +919,43 @@ dps_results: {
dps_results: {
key: "TestBloodTank-Settings-Orc-Blood Tank P1-Basic-blood_aggro-FullBuffs-LongMultiTarget"
value: {
dps: 2036.88058
tps: 4470.89112
dps: 2036.47911
tps: 4469.52564
}
}
dps_results: {
key: "TestBloodTank-Settings-Orc-Blood Tank P1-Basic-blood_aggro-FullBuffs-LongSingleTarget"
value: {
dps: 2036.88058
tps: 4470.89112
dps: 2036.47911
tps: 4469.52564
}
}
dps_results: {
key: "TestBloodTank-Settings-Orc-Blood Tank P1-Basic-blood_aggro-FullBuffs-ShortSingleTarget"
value: {
dps: 2979.44922
tps: 4861.41256
dps: 2978.40272
tps: 4858.70412
}
}
dps_results: {
key: "TestBloodTank-Settings-Orc-Blood Tank P1-Basic-blood_aggro-NoBuffs-LongMultiTarget"
value: {
dps: 1231.44024
tps: 2674.91625
dps: 1232.92827
tps: 2679.69739
}
}
dps_results: {
key: "TestBloodTank-Settings-Orc-Blood Tank P1-Basic-blood_aggro-NoBuffs-LongSingleTarget"
value: {
dps: 1231.44024
tps: 2674.91625
dps: 1232.92827
tps: 2679.69739
}
}
dps_results: {
key: "TestBloodTank-Settings-Orc-Blood Tank P1-Basic-blood_aggro-NoBuffs-ShortSingleTarget"
value: {
dps: 1796.0932
tps: 2735.74847
dps: 1799.5427
tps: 2742.7054
}
}
dps_results: {
Expand Down
2 changes: 1 addition & 1 deletion sim/deathknight/tank/tank_deathknight_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
}

func GetAplRotation(dir string, file string) core.RotationCombo {
filePath := dir + "/" + file + ".json"
filePath := dir + "/" + file + ".apl.json"
data, err := os.ReadFile(filePath)
if err != nil {
log.Fatalf("failed to load apl json file: %s, %s", filePath, err)
Expand Down
2 changes: 1 addition & 1 deletion sim/druid/balance/balance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
}

func GetAplRotation(dir string, file string) core.RotationCombo {
filePath := dir + "/" + file + ".json"
filePath := dir + "/" + file + ".apl.json"
data, err := os.ReadFile(filePath)
if err != nil {
log.Fatalf("failed to load apl json file: %s, %s", filePath, err)
Expand Down
2 changes: 1 addition & 1 deletion sim/druid/tank/tank_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
}

func GetAplRotation(dir string, file string) core.RotationCombo {
filePath := dir + "/" + file + ".json"
filePath := dir + "/" + file + ".apl.json"
data, err := os.ReadFile(filePath)
if err != nil {
log.Fatalf("failed to load apl json file: %s, %s", filePath, err)
Expand Down
2 changes: 1 addition & 1 deletion sim/hunter/hunter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
}

func GetAplRotation(dir string, file string) core.RotationCombo {
filePath := dir + "/" + file + ".json"
filePath := dir + "/" + file + ".apl.json"
data, err := os.ReadFile(filePath)
if err != nil {
log.Fatalf("failed to load apl json file: %s, %s", filePath, err)
Expand Down
2 changes: 1 addition & 1 deletion sim/mage/mage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
}

func GetAplRotation(dir string, file string) core.RotationCombo {
filePath := dir + "/" + file + ".json"
filePath := dir + "/" + file + ".apl.json"
data, err := os.ReadFile(filePath)
if err != nil {
log.Fatalf("failed to load apl json file: %s, %s", filePath, err)
Expand Down
2 changes: 1 addition & 1 deletion sim/paladin/protection/protection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
}

func GetAplRotation(dir string, file string) core.RotationCombo {
filePath := dir + "/" + file + ".json"
filePath := dir + "/" + file + ".apl.json"
data, err := os.ReadFile(filePath)
if err != nil {
log.Fatalf("failed to load apl json file: %s, %s", filePath, err)
Expand Down
2 changes: 1 addition & 1 deletion sim/paladin/retribution/retribution_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
}

func GetAplRotation(dir string, file string) core.RotationCombo {
filePath := dir + "/" + file + ".json"
filePath := dir + "/" + file + ".apl.json"
data, err := os.ReadFile(filePath)
if err != nil {
log.Fatalf("failed to load apl json file: %s, %s", filePath, err)
Expand Down
2 changes: 1 addition & 1 deletion sim/priest/healing/healing_priest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
}

func GetAplRotation(dir string, file string) core.RotationCombo {
filePath := dir + "/" + file + ".json"
filePath := dir + "/" + file + ".apl.json"
data, err := os.ReadFile(filePath)
if err != nil {
log.Fatalf("failed to load apl json file: %s, %s", filePath, err)
Expand Down
2 changes: 1 addition & 1 deletion sim/priest/shadow/shadow_priest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
}

func GetAplRotation(dir string, file string) core.RotationCombo {
filePath := dir + "/" + file + ".json"
filePath := dir + "/" + file + ".apl.json"
data, err := os.ReadFile(filePath)
if err != nil {
log.Fatalf("failed to load apl json file: %s, %s", filePath, err)
Expand Down
2 changes: 1 addition & 1 deletion sim/priest/smite/smite_priest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
}

func GetAplRotation(dir string, file string) core.RotationCombo {
filePath := dir + "/" + file + ".json"
filePath := dir + "/" + file + ".apl.json"
data, err := os.ReadFile(filePath)
if err != nil {
log.Fatalf("failed to load apl json file: %s, %s", filePath, err)
Expand Down
2 changes: 1 addition & 1 deletion sim/rogue/rogue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
}

func GetAplRotation(dir string, file string) core.RotationCombo {
filePath := dir + "/" + file + ".json"
filePath := dir + "/" + file + ".apl.json"
data, err := os.ReadFile(filePath)
if err != nil {
log.Fatalf("failed to load apl json file: %s, %s", filePath, err)
Expand Down
2 changes: 1 addition & 1 deletion sim/shaman/elemental/elemental_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
}

func GetAplRotation(dir string, file string) core.RotationCombo {
filePath := dir + "/" + file + ".json"
filePath := dir + "/" + file + ".apl.json"
data, err := os.ReadFile(filePath)
if err != nil {
log.Fatalf("failed to load apl json file: %s, %s", filePath, err)
Expand Down
2 changes: 1 addition & 1 deletion sim/shaman/enhancement/enhancement_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
}

func GetAplRotation(dir string, file string) core.RotationCombo {
filePath := dir + "/" + file + ".json"
filePath := dir + "/" + file + ".apl.json"
data, err := os.ReadFile(filePath)
if err != nil {
log.Fatalf("failed to load apl json file: %s, %s", filePath, err)
Expand Down
4 changes: 2 additions & 2 deletions sim/warlock/TestDestruction.results
Original file line number Diff line number Diff line change
Expand Up @@ -791,8 +791,8 @@ dps_results: {
dps_results: {
key: "TestDestruction-Settings-Orc-P2-Destruction Warlock-destro-FullBuffs-ShortSingleTarget"
value: {
dps: 12289.804
tps: 9417.37845
dps: 12281.11135
tps: 9412.06182
}
}
dps_results: {
Expand Down
2 changes: 1 addition & 1 deletion sim/warlock/warlock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
}

func GetAplRotation(dir string, file string) core.RotationCombo {
filePath := dir + "/" + file + ".json"
filePath := dir + "/" + file + ".apl.json"
data, err := os.ReadFile(filePath)
if err != nil {
log.Fatalf("failed to load apl json file: %s, %s", filePath, err)
Expand Down
48 changes: 24 additions & 24 deletions sim/warrior/dps/TestFury.results
Original file line number Diff line number Diff line change
Expand Up @@ -932,43 +932,43 @@ dps_results: {
dps_results: {
key: "TestFury-Settings-Human-Fury P1-Basic-fury-FullBuffs-LongMultiTarget"
value: {
dps: 8940.80165
tps: 7201.76603
dps: 8922.62321
tps: 7185.74753
}
}
dps_results: {
key: "TestFury-Settings-Human-Fury P1-Basic-fury-FullBuffs-LongSingleTarget"
value: {
dps: 6661.8289
tps: 4937.6777
dps: 6657.75798
tps: 4934.05953
}
}
dps_results: {
key: "TestFury-Settings-Human-Fury P1-Basic-fury-FullBuffs-ShortSingleTarget"
value: {
dps: 7731.0193
tps: 5721.91051
dps: 7736.65032
tps: 5725.66398
}
}
dps_results: {
key: "TestFury-Settings-Human-Fury P1-Basic-fury-NoBuffs-LongMultiTarget"
value: {
dps: 4316.1764
tps: 3571.59865
dps: 4313.67004
tps: 3566.86264
}
}
dps_results: {
key: "TestFury-Settings-Human-Fury P1-Basic-fury-NoBuffs-LongSingleTarget"
value: {
dps: 3003.64241
tps: 2274.39433
dps: 3005.5555
tps: 2274.66575
}
}
dps_results: {
key: "TestFury-Settings-Human-Fury P1-Basic-fury-NoBuffs-ShortSingleTarget"
value: {
dps: 3118.31294
tps: 2385.74232
dps: 3147.54453
tps: 2409.80417
}
}
dps_results: {
Expand Down Expand Up @@ -1016,43 +1016,43 @@ dps_results: {
dps_results: {
key: "TestFury-Settings-Orc-Fury P1-Basic-fury-FullBuffs-LongMultiTarget"
value: {
dps: 8991.19865
tps: 7236.90857
dps: 8996.21383
tps: 7238.45452
}
}
dps_results: {
key: "TestFury-Settings-Orc-Fury P1-Basic-fury-FullBuffs-LongSingleTarget"
value: {
dps: 6732.16748
tps: 4988.29672
dps: 6722.48479
tps: 4980.74568
}
}
dps_results: {
key: "TestFury-Settings-Orc-Fury P1-Basic-fury-FullBuffs-ShortSingleTarget"
value: {
dps: 7808.04519
tps: 5775.0229
dps: 7816.14329
tps: 5781.74265
}
}
dps_results: {
key: "TestFury-Settings-Orc-Fury P1-Basic-fury-NoBuffs-LongMultiTarget"
value: {
dps: 4283.0443
tps: 3544.33229
dps: 4288.36759
tps: 3548.56129
}
}
dps_results: {
key: "TestFury-Settings-Orc-Fury P1-Basic-fury-NoBuffs-LongSingleTarget"
value: {
dps: 3046.94572
tps: 2303.60851
dps: 3055.24022
tps: 2309.34528
}
}
dps_results: {
key: "TestFury-Settings-Orc-Fury P1-Basic-fury-NoBuffs-ShortSingleTarget"
value: {
dps: 3138.9097
tps: 2390.95592
dps: 3161.71238
tps: 2408.1493
}
}
dps_results: {
Expand Down
2 changes: 1 addition & 1 deletion sim/warrior/dps/dps_warrior_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
}

func GetAplRotation(dir string, file string) core.RotationCombo {
filePath := dir + "/" + file + ".json"
filePath := dir + "/" + file + ".apl.json"
data, err := os.ReadFile(filePath)
if err != nil {
log.Fatalf("failed to load apl json file: %s, %s", filePath, err)
Expand Down
2 changes: 1 addition & 1 deletion sim/warrior/protection/protection_warrior_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
}

func GetAplRotation(dir string, file string) core.RotationCombo {
filePath := dir + "/" + file + ".json"
filePath := dir + "/" + file + ".apl.json"
data, err := os.ReadFile(filePath)
if err != nil {
log.Fatalf("failed to load apl json file: %s, %s", filePath, err)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ui/balance_druid/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import * as Tooltips from '../core/constants/tooltips.js';
import { Player } from "../core/player";
import { APLRotation } from '../core/proto/apl.js';

import BasicP3AplJson from './apls/basic_p3.json';
import BasicP3AplJson from './apls/basic_p3.apl.json';

// Preset options for this spec.
// Eventually we will import these values for the raid sim too, so its good to
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 933cfe0

Please sign in to comment.