mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Cleanup README mention (MT is enabled by default)
This commit is contained in:
parent
c9d25f3409
commit
262e31c35b
1 changed files with 0 additions and 9 deletions
|
@ -99,15 +99,6 @@ $ ameba --explain crystal/command/format.cr:26:83 # same thing
|
|||
|
||||
### Run in parallel
|
||||
|
||||
Starting from 0.31.0 Crystal [supports parallelism](https://crystal-lang.org/2019/09/06/parallelism-in-crystal.html).
|
||||
It allows to run linting in parallel too.
|
||||
In order to take advantage of this feature you need to build ameba with preview_mt support:
|
||||
|
||||
```sh
|
||||
$ crystal build src/cli.cr -Dpreview_mt -o bin/ameba
|
||||
$ make install
|
||||
```
|
||||
|
||||
Some quick benchmark results measured while running Ameba on Crystal repo:
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue