File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,24 @@ for the list of packages to install.
36
36
37
37
### Running
38
38
39
+ Currently it is supposed to run only on 64-bit linux systems.
40
+
39
41
If you want to test one or more modules:
40
42
41
43
``` bash
42
- time PERL6LIB=lib ./bin/blin.p6 Foo::Regressed Foo::Regressed::Very Foo::Dependencies::B-on-A
44
+ PERL6LIB=lib bin/blin.p6 SomeModuleHere AnotherModuleHere
45
+ ```
46
+
47
+ Here is a more practical example:
48
+
49
+ ``` bash
50
+ time PERL6LIB=lib START_POINT=2018.06 END_POINT=2018.09 bin/blin.p6 Foo::Regressed Foo::Regressed::Very Foo::Dependencies::B-on-A
43
51
```
44
52
45
53
If you want to test the whole ecosystem:
54
+
46
55
``` bash
47
- time PERL6LIB=lib ./ bin/blin.p6
56
+ time PERL6LIB=lib bin/blin.p6
48
57
```
49
58
50
59
Estimated time to test the whole ecosystem with 24 cores is ≈60 minutes.
You can’t perform that action at this time.
0 commit comments