Skip to content

Commit 953c12d

Browse files
committed
Simpler example, env vars, note on portability
1 parent 94a6b46 commit 953c12d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,24 @@ for the list of packages to install.
3636

3737
### Running
3838

39+
Currently it is supposed to run only on 64-bit linux systems.
40+
3941
If you want to test one or more modules:
4042

4143
```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
4351
```
4452

4553
If you want to test the whole ecosystem:
54+
4655
```bash
47-
time PERL6LIB=lib ./bin/blin.p6
56+
time PERL6LIB=lib bin/blin.p6
4857
```
4958

5059
Estimated time to test the whole ecosystem with 24 cores is ≈60 minutes.

0 commit comments

Comments
 (0)