mirror of
https://github.com/Smaug123/AdventOfCode2022
synced 2025-10-08 02:58:39 +00:00
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:
@@ -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>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user