From: Jérôme Benoit Date: Tue, 19 Sep 2023 11:15:49 +0000 (+0200) Subject: build: avoid reformatting of benchmark result X-Git-Tag: v2.7.0~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=63ac5e6ddaf4c36217909e5acb403ba389958b8d;p=poolifier.git build: avoid reformatting of benchmark result Signed-off-by: Jérôme Benoit --- diff --git a/.prettierignore b/.prettierignore index cc503c8c..e1d4787d 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,5 @@ .nyc_output/ +benchmarks/versus-external-pools/BENCH-100000.* coverage/ docs/**/*.css docs/**/*.html diff --git a/biome.json b/biome.json index a30cbdd7..776ee217 100644 --- a/biome.json +++ b/biome.json @@ -30,6 +30,7 @@ "files": { "ignore": [ ".nyc_output/", + "benchmarks/versus-external-pools/BENCH-100000.*", "coverage/", "docs/**/*.css", "docs/**/*.html",