Commit
ff5b6f945c42dafced636db35cb3a7348a9a25f6
Corrected PROCESS_ID parameter in frame_compare_* scripts
...
|
...
|
@@ -17,7 +17,7 @@ from settings import PROJECT_PATH |
17
|
17
|
|
18
|
18
|
BUNDLE_SIZE = 50 |
19
|
19
|
PROCESSES_NO = 16 |
20
|
|
-PROCESS_ID = 0 |
|
20
|
+PROCESS_ID = 1 |
21
|
21
|
|
22
|
22
|
class Command(BaseCommand): |
23
|
23
|
args = 'none' |
...
|
...
|
|
...
|
...
|
@@ -17,7 +17,7 @@ from settings import PROJECT_PATH |
17
|
17
|
|
18
|
18
|
BUNDLE_SIZE = 50 |
19
|
19
|
PROCESSES_NO = 16 |
20
|
|
-PROCESS_ID = 0 |
|
20
|
+PROCESS_ID = 10 |
21
|
21
|
|
22
|
22
|
class Command(BaseCommand): |
23
|
23
|
args = 'none' |
...
|
...
|
|
...
|
...
|
@@ -17,7 +17,7 @@ from settings import PROJECT_PATH |
17
|
17
|
|
18
|
18
|
BUNDLE_SIZE = 50 |
19
|
19
|
PROCESSES_NO = 16 |
20
|
|
-PROCESS_ID = 0 |
|
20
|
+PROCESS_ID = 11 |
21
|
21
|
|
22
|
22
|
class Command(BaseCommand): |
23
|
23
|
args = 'none' |
...
|
...
|
|
...
|
...
|
@@ -17,7 +17,7 @@ from settings import PROJECT_PATH |
17
|
17
|
|
18
|
18
|
BUNDLE_SIZE = 50 |
19
|
19
|
PROCESSES_NO = 16 |
20
|
|
-PROCESS_ID = 0 |
|
20
|
+PROCESS_ID = 12 |
21
|
21
|
|
22
|
22
|
class Command(BaseCommand): |
23
|
23
|
args = 'none' |
...
|
...
|
|
...
|
...
|
@@ -17,7 +17,7 @@ from settings import PROJECT_PATH |
17
|
17
|
|
18
|
18
|
BUNDLE_SIZE = 50 |
19
|
19
|
PROCESSES_NO = 16 |
20
|
|
-PROCESS_ID = 0 |
|
20
|
+PROCESS_ID = 13 |
21
|
21
|
|
22
|
22
|
class Command(BaseCommand): |
23
|
23
|
args = 'none' |
...
|
...
|
|
...
|
...
|
@@ -17,7 +17,7 @@ from settings import PROJECT_PATH |
17
|
17
|
|
18
|
18
|
BUNDLE_SIZE = 50 |
19
|
19
|
PROCESSES_NO = 16 |
20
|
|
-PROCESS_ID = 0 |
|
20
|
+PROCESS_ID = 14 |
21
|
21
|
|
22
|
22
|
class Command(BaseCommand): |
23
|
23
|
args = 'none' |
...
|
...
|
|
...
|
...
|
@@ -17,7 +17,7 @@ from settings import PROJECT_PATH |
17
|
17
|
|
18
|
18
|
BUNDLE_SIZE = 50 |
19
|
19
|
PROCESSES_NO = 16 |
20
|
|
-PROCESS_ID = 0 |
|
20
|
+PROCESS_ID = 15 |
21
|
21
|
|
22
|
22
|
class Command(BaseCommand): |
23
|
23
|
args = 'none' |
...
|
...
|
|
...
|
...
|
@@ -17,7 +17,7 @@ from settings import PROJECT_PATH |
17
|
17
|
|
18
|
18
|
BUNDLE_SIZE = 50 |
19
|
19
|
PROCESSES_NO = 16 |
20
|
|
-PROCESS_ID = 0 |
|
20
|
+PROCESS_ID = 2 |
21
|
21
|
|
22
|
22
|
class Command(BaseCommand): |
23
|
23
|
args = 'none' |
...
|
...
|
|
...
|
...
|
@@ -17,7 +17,7 @@ from settings import PROJECT_PATH |
17
|
17
|
|
18
|
18
|
BUNDLE_SIZE = 50 |
19
|
19
|
PROCESSES_NO = 16 |
20
|
|
-PROCESS_ID = 0 |
|
20
|
+PROCESS_ID = 3 |
21
|
21
|
|
22
|
22
|
class Command(BaseCommand): |
23
|
23
|
args = 'none' |
...
|
...
|
|
...
|
...
|
@@ -17,7 +17,7 @@ from settings import PROJECT_PATH |
17
|
17
|
|
18
|
18
|
BUNDLE_SIZE = 50 |
19
|
19
|
PROCESSES_NO = 16 |
20
|
|
-PROCESS_ID = 0 |
|
20
|
+PROCESS_ID = 4 |
21
|
21
|
|
22
|
22
|
class Command(BaseCommand): |
23
|
23
|
args = 'none' |
...
|
...
|
|
...
|
...
|
@@ -17,7 +17,7 @@ from settings import PROJECT_PATH |
17
|
17
|
|
18
|
18
|
BUNDLE_SIZE = 50 |
19
|
19
|
PROCESSES_NO = 16 |
20
|
|
-PROCESS_ID = 0 |
|
20
|
+PROCESS_ID = 5 |
21
|
21
|
|
22
|
22
|
class Command(BaseCommand): |
23
|
23
|
args = 'none' |
...
|
...
|
|
...
|
...
|
@@ -17,7 +17,7 @@ from settings import PROJECT_PATH |
17
|
17
|
|
18
|
18
|
BUNDLE_SIZE = 50 |
19
|
19
|
PROCESSES_NO = 16 |
20
|
|
-PROCESS_ID = 0 |
|
20
|
+PROCESS_ID = 6 |
21
|
21
|
|
22
|
22
|
class Command(BaseCommand): |
23
|
23
|
args = 'none' |
...
|
...
|
|
...
|
...
|
@@ -17,7 +17,7 @@ from settings import PROJECT_PATH |
17
|
17
|
|
18
|
18
|
BUNDLE_SIZE = 50 |
19
|
19
|
PROCESSES_NO = 16 |
20
|
|
-PROCESS_ID = 0 |
|
20
|
+PROCESS_ID = 7 |
21
|
21
|
|
22
|
22
|
class Command(BaseCommand): |
23
|
23
|
args = 'none' |
...
|
...
|
|
...
|
...
|
@@ -17,7 +17,7 @@ from settings import PROJECT_PATH |
17
|
17
|
|
18
|
18
|
BUNDLE_SIZE = 50 |
19
|
19
|
PROCESSES_NO = 16 |
20
|
|
-PROCESS_ID = 0 |
|
20
|
+PROCESS_ID = 8 |
21
|
21
|
|
22
|
22
|
class Command(BaseCommand): |
23
|
23
|
args = 'none' |
...
|
...
|
|
...
|
...
|
@@ -17,7 +17,7 @@ from settings import PROJECT_PATH |
17
|
17
|
|
18
|
18
|
BUNDLE_SIZE = 50 |
19
|
19
|
PROCESSES_NO = 16 |
20
|
|
-PROCESS_ID = 0 |
|
20
|
+PROCESS_ID = 9 |
21
|
21
|
|
22
|
22
|
class Command(BaseCommand): |
23
|
23
|
args = 'none' |
...
|
...
|
|