From 262e31c35b7a9851da5ccaf04b5d75808fc35a7d Mon Sep 17 00:00:00 2001 From: Sijawusz Pur Rahnama Date: Thu, 8 Jun 2023 02:24:30 +0200 Subject: [PATCH] Cleanup README mention (MT is enabled by default) --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 34519df5..d09d58cc 100644 --- a/README.md +++ b/README.md @@ -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