Skip to content

Commit

Permalink
Clean ups in IDE performance tests output
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirdolzhenko committed Nov 2, 2020
1 parent 6172793 commit 1a57794
Show file tree
Hide file tree
Showing 17 changed files with 1,764 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ abstract class AbstractFirHighlightingPerformanceTest : AbstractHighlightingTest
override fun tearDown() {
commitAllDocuments()
RunAll(
ThrowableRunnable { super.tearDown() },
ThrowableRunnable { stats.flush() }
ThrowableRunnable { super.tearDown() }
).run()
}

Expand Down
Loading

0 comments on commit 1a57794

Please sign in to comment.