-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #159 from thearyadev/add-benchmark-cases
Add benchmark cases
- Loading branch information
Showing
26 changed files
with
417 additions
and
11 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{"answers": [ | ||
["Pharah", "Sojourn", "Echo"], | ||
["Sojourn", "Pharah", "Echo"], | ||
["Sojourn", "Widowmaker", "Genji"], | ||
["Sojourn", "Ashe", "Tracer"], | ||
["Sojourn", "Ashe", "Soldier 76"], | ||
["Tracer", "Genji", "Echo"], | ||
["Tracer", "Sojourn", "Echo"], | ||
["Soldier 76", "Sojourn", "Ashe"], | ||
["Widowmaker", "Tracer", "Cassidy"], | ||
["Sojourn", "Ashe", "Sombra"] | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"answers": [ | ||
["Sojourn", "Widowmaker", "Tracer"], | ||
["Sojourn", "Widowmaker", "Tracer"], | ||
["Sojourn", "Widowmaker", "Tracer"], | ||
["Tracer", "Genji", "Echo"], | ||
["Sojourn", "Hanzo", "Ashe"], | ||
["Tracer", "Sojourn", "Widowmaker"], | ||
["Genji", "Tracer", "Echo"], | ||
["Tracer", "Sojourn", "Ashe"], | ||
["Soldier 76", "Sojourn", "Ashe"], | ||
["Tracer", "Echo", "Genji"] | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"answers": [ | ||
[ | ||
"Tracer", | ||
"Sojourn", | ||
"Genji" | ||
], | ||
[ | ||
"Tracer", | ||
"Hanzo", | ||
"Widowmaker" | ||
], | ||
[ | ||
"Tracer", | ||
"Sojourn", | ||
"Genji" | ||
], | ||
[ | ||
"Tracer", | ||
"Sojourn", | ||
"Widowmaker" | ||
], | ||
[ | ||
"Sojourn", | ||
"Widowmaker", | ||
"Hanzo" | ||
], | ||
[ | ||
"Tracer", | ||
"Sojourn", | ||
"Mei" | ||
], | ||
[ | ||
"Sojourn", | ||
"Tracer", | ||
"Echo" | ||
], | ||
[ | ||
"Sojourn", | ||
"Tracer", | ||
"Hanzo" | ||
], | ||
[ | ||
"Sojourn", | ||
"Sombra", | ||
"Widowmaker" | ||
], | ||
[ | ||
"Sojourn", | ||
"Sombra", | ||
"Widowmaker" | ||
] | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{"answers": [ | ||
[ | ||
"Bastion", | ||
"Blank", | ||
"Blank" | ||
], | ||
[ | ||
"Genji", | ||
"Sojourn", | ||
"Echo" | ||
], | ||
[ | ||
"Genji", | ||
"Blank", | ||
"Blank" | ||
], | ||
[ | ||
"Sojourn", | ||
"Widowmaker", | ||
"Hanzo" | ||
], | ||
[ | ||
"Sojourn", | ||
"Tracer", | ||
"Genji" | ||
], | ||
[ | ||
"Sojourn", | ||
"Ashe", | ||
"Tracer" | ||
], | ||
[ | ||
"Genji", | ||
"Sojourn", | ||
"Echo" | ||
], | ||
[ | ||
"Tracer", | ||
"Sojourn", | ||
"Genji" | ||
], | ||
[ | ||
"Sojourn", | ||
"Widowmaker", | ||
"Tracer" | ||
], | ||
[ | ||
"Genji", | ||
"Tracer", | ||
"Sojourn" | ||
] | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"answers": [ | ||
["Ana", "Kiriko", "Zenyatta"], | ||
["Baptiste", "Kiriko", "Ana"], | ||
["Ana", "Kiriko", "Baptiste"], | ||
["Baptiste", "Kiriko", "Ana"], | ||
["Kiriko", "Baptiste", "Ana"], | ||
["Ana", "Baptiste", "Kiriko"], | ||
["Ana", "Kiriko", "Brigitte"], | ||
["Kiriko", "Baptiste", "Ana"], | ||
["Lucio", "Brigitte", "Kiriko"], | ||
["Lucio", "Brigitte", "Kiriko"] | ||
] | ||
|
||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"answers": [ | ||
["Kiriko", "Ana", "Baptiste"], | ||
["Ana", "Baptiste", "Kiriko"], | ||
["Lucio", "Brigitte", "Baptiste"], | ||
["Baptiste", "Kiriko", "Ana"], | ||
["Brigitte", "Blank", "Blank"], | ||
["Kiriko", "Baptiste", "Zenyatta"], | ||
["Ana", "Kiriko", "Illari"], | ||
["Ana", "Kiriko", "Illari"], | ||
["Lucio", "Zenyatta", "Ana"], | ||
["Kiriko", "Mercy", "Moira"] | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"answers": [ | ||
["Kiriko", "Mercy", "Moira"], | ||
["Ana", "Baptiste", "Kiriko"], | ||
["Lucio", "Brigitte", "Kiriko"], | ||
["Ana", "Baptiste", "Kiriko"], | ||
["Baptiste", "Kiriko", "Ana"], | ||
["Lucio", "Kiriko", "Ana"], | ||
["Kiriko", "Lucio", "Brigitte"], | ||
["Mercy", "Lucio", "Zenyatta"], | ||
["Kiriko", "Ana", "Baptiste"], | ||
["Lucio", "Brigitte", "Baptiste"] | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"answers": [ | ||
["Lucio", "Brigitte", "Baptiste"], | ||
["Kiriko", "Baptiste", "Lucio"], | ||
["Ana", "LifeWeaver", "Illari"], | ||
["Kiriko", "Baptiste", "Ana"], | ||
["Ana", "Kiriko", "Zenyatta"], | ||
["Baptiste", "Lucio", "Ana"], | ||
["Kiriko", "Baptiste", "Ana"], | ||
["Kiriko", "Lucio", "Baptiste"], | ||
["Kiriko", "Brigitte", "Zenyatta"], | ||
["Baptiste", "Ana", "Kiriko"] | ||
] | ||
|
||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{"answers": [ | ||
[ | ||
"Ramattra", | ||
"Sigma", | ||
"Junker Queen" | ||
], | ||
[ | ||
"Mauga", | ||
"Junker Queen", | ||
"Roadhog" | ||
], | ||
[ | ||
"Junker Queen", | ||
"Sigma", | ||
"Mauga" | ||
], | ||
[ | ||
"Roadhog", | ||
"Mauga", | ||
"Doomfist" | ||
], | ||
[ | ||
"Orisa", | ||
"Junker Queen", | ||
"Zarya" | ||
], | ||
[ | ||
"Sigma", | ||
"Junker Queen", | ||
"Ramattra" | ||
], | ||
[ | ||
"Mauga", | ||
"Ramattra", | ||
"Roadhog" | ||
], | ||
[ | ||
"Roadhog", | ||
"Sigma", | ||
"Zarya" | ||
], | ||
[ | ||
"Junker Queen", | ||
"Mauga", | ||
"Roadhog" | ||
], | ||
[ | ||
"Junker Queen", | ||
"Roadhog", | ||
"Ramattra" | ||
] | ||
]} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{"answers": [ | ||
[ | ||
"Mauga", | ||
"Wrecking Ball", | ||
"Ramattra" | ||
], | ||
[ | ||
"Mauga", | ||
"Sigma", | ||
"Zarya" | ||
], | ||
[ | ||
"Junker Queen", | ||
"Zarya", | ||
"Sigma" | ||
], | ||
[ | ||
"Junker Queen", | ||
"Zarya", | ||
"Sigma" | ||
], | ||
[ | ||
"Roadhog", | ||
"Sigma", | ||
"Junker Queen" | ||
], | ||
[ | ||
"Roadhog", | ||
"Sigma", | ||
"Junker Queen" | ||
], | ||
[ | ||
"Junker Queen", | ||
"Roadhog", | ||
"Ramattra" | ||
], | ||
[ | ||
"Roadhog", | ||
"Blank", | ||
"Blank" | ||
], | ||
[ | ||
"Mauga", | ||
"Junker Queen", | ||
"Sigma" | ||
], | ||
[ | ||
"Zarya", | ||
"Ramattra", | ||
"D.Va" | ||
] | ||
]} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{"answers": [ | ||
[ | ||
"Junker Queen", | ||
"Sigma", | ||
"Mauga" | ||
], | ||
[ | ||
"Doomfist", | ||
"Sigma", | ||
"Roadhog" | ||
], | ||
[ | ||
"Sigma", | ||
"Winston", | ||
"Junker Queen" | ||
], | ||
[ | ||
"Mauga", | ||
"Winston", | ||
"Sigma" | ||
], | ||
[ | ||
"Junker Queen", | ||
"Sigma", | ||
"Zarya" | ||
], | ||
[ | ||
"Sigma", | ||
"Junker Queen", | ||
"Mauga" | ||
], | ||
[ | ||
"Doomfist", | ||
"Junker Queen", | ||
"Winston" | ||
], | ||
[ | ||
"Ramattra", | ||
"Junker Queen", | ||
"Sigma" | ||
], | ||
[ | ||
"Mauga", | ||
"Ramattra", | ||
"Winston" | ||
], | ||
[ | ||
"Sigma", | ||
"Ramattra", | ||
"Junker Queen" | ||
] | ||
]} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.