Skip to content

Commit

Permalink
Remove centers from the benchmark JSON def.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Oct 9, 2023
1 parent c2562ea commit 52de890
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions samples/json/benchmark/benchmark-3x3x3.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
"orbitName": "CORNERS",
"numPieces": 8,
"numOrientations": 3
},
{
"orbitName": "CENTERS",
"numPieces": 6,
"numOrientations": 1
}
],
"defaultPattern": {
Expand All @@ -25,10 +20,6 @@
"CORNERS": {
"pieces": [0, 1, 2, 3, 4, 5, 6, 7],
"orientation": [0, 0, 0, 0, 0, 0, 0, 0]
},
"CENTERS": {
"pieces": [0, 1, 2, 3, 4, 5],
"orientation": [0, 0, 0, 0, 0, 0]
}
},
"moves": {
Expand All @@ -40,10 +31,6 @@
"CORNERS": {
"permutation": [1, 2, 3, 0, 4, 5, 6, 7],
"orientationDelta": [0, 0, 0, 0, 0, 0, 0, 0]
},
"CENTERS": {
"permutation": [0, 1, 2, 3, 4, 5],
"orientationDelta": [0, 0, 0, 0, 0, 0]
}
},
"L": {
Expand All @@ -54,10 +41,6 @@
"CORNERS": {
"permutation": [0, 1, 6, 2, 4, 3, 5, 7],
"orientationDelta": [0, 0, 2, 1, 0, 2, 1, 0]
},
"CENTERS": {
"permutation": [0, 1, 2, 3, 4, 5],
"orientationDelta": [0, 0, 0, 0, 0, 0]
}
},
"F": {
Expand All @@ -68,10 +51,6 @@
"CORNERS": {
"permutation": [3, 1, 2, 5, 0, 4, 6, 7],
"orientationDelta": [1, 0, 0, 2, 2, 1, 0, 0]
},
"CENTERS": {
"permutation": [0, 1, 2, 3, 4, 5],
"orientationDelta": [0, 0, 0, 0, 0, 0]
}
},
"R": {
Expand All @@ -82,10 +61,6 @@
"CORNERS": {
"permutation": [4, 0, 2, 3, 7, 5, 6, 1],
"orientationDelta": [2, 1, 0, 0, 1, 0, 0, 2]
},
"CENTERS": {
"permutation": [0, 1, 2, 3, 4, 5],
"orientationDelta": [0, 0, 0, 0, 0, 0]
}
},
"B": {
Expand All @@ -96,10 +71,6 @@
"CORNERS": {
"permutation": [0, 7, 1, 3, 4, 5, 2, 6],
"orientationDelta": [0, 2, 1, 0, 0, 0, 2, 1]
},
"CENTERS": {
"permutation": [0, 1, 2, 3, 4, 5],
"orientationDelta": [0, 0, 0, 0, 0, 0]
}
},
"D": {
Expand All @@ -110,10 +81,6 @@
"CORNERS": {
"permutation": [0, 1, 2, 3, 5, 6, 7, 4],
"orientationDelta": [0, 0, 0, 0, 0, 0, 0, 0]
},
"CENTERS": {
"permutation": [0, 1, 2, 3, 4, 5],
"orientationDelta": [0, 0, 0, 0, 0, 0]
}
}
}
Expand Down

0 comments on commit 52de890

Please sign in to comment.