Bump fantomas from 5.2.0-alpha-008 to 6.3.16 in /AdventOfCode2022 (#93)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-12-09 08:44:02 +00:00
committed by GitHub
parent 1175402b41
commit 31996a2205
7 changed files with 9 additions and 14 deletions

View File

@@ -5,9 +5,7 @@ open System.Reflection
[<RequireQualifiedAccess>]
module Assembly =
type private Dummy =
class
end
type private Dummy = class end
let readResource (name : string) : string =
let asm = Assembly.GetAssembly typeof<Dummy>

View File

@@ -107,9 +107,7 @@ module Program =
match args with
| [| "bench" |] ->
let config =
ManualConfig
.Create(DefaultConfig.Instance)
.WithOptions ConfigOptions.DisableOptimizationsValidator
ManualConfig.Create(DefaultConfig.Instance).WithOptions ConfigOptions.DisableOptimizationsValidator
let _summary = BenchmarkRunner.Run<Benchmarks.Benchmark1To5> config
let _summary = BenchmarkRunner.Run<Benchmarks.Benchmark6To10> config