Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix flakey test (?)
  • Loading branch information
dsyme committed Feb 19, 2019
commit 0f71d6369582c747f59778f2016812e62436c054
1 change: 1 addition & 0 deletions tests/service/PerfTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ let ``Test request for parse and check doesn't check whole project`` () =
checker.FileChecked.Add (fun x -> incr backgroundCheckCount)
checker.FileParsed.Add (fun x -> incr backgroundParseCount)

checker.ClearLanguageServiceRootCachesAndCollectAndFinalizeAllTransients()
let pB, tB = FSharpChecker.GlobalForegroundParseCountStatistic, FSharpChecker.GlobalForegroundTypeCheckCountStatistic
let parseResults1 = checker.ParseFile(Project1.fileNames.[5], Project1.fileSources2.[5], Project1.parsingOptions) |> Async.RunSynchronously
let pC, tC = FSharpChecker.GlobalForegroundParseCountStatistic, FSharpChecker.GlobalForegroundTypeCheckCountStatistic
Expand Down