From 60b4f491ac71803f28bc1474978a50bedecaddf7 Mon Sep 17 00:00:00 2001 From: Richard Webb Date: Fri, 10 Jul 2026 12:16:35 +0100 Subject: [PATCH] tests(Benchmarks): Enable allocation reporting in the benchmarks This allows the benchmark project to be used to test changes intended to reduce memory allocations --- tests/FSharpLint.Benchmarks/Benchmark.fs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/FSharpLint.Benchmarks/Benchmark.fs b/tests/FSharpLint.Benchmarks/Benchmark.fs index 361a6c04c..c20276c01 100644 --- a/tests/FSharpLint.Benchmarks/Benchmark.fs +++ b/tests/FSharpLint.Benchmarks/Benchmark.fs @@ -8,6 +8,7 @@ open FSharpLint.Application.Lint open FSharpLint.Framework open FSharpLint.Framework.Utilities +[] type Benchmark () = let generateAst source sourceFile =