Skip to content

Commit

Permalink
filter
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoon committed Jul 14, 2023
1 parent e4a0b73 commit c3caaf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/src/main/scala/zio/logging/FilterBenchmarks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class FilterBenchmarks {
}
)
Runtime.removeDefaultLoggers >>> makeSystemOutLogger(LogFormat.default.toLogger)
.map(logger => FilteredLogger(logger, filter))
.filter(filter)
.install
}

Expand All @@ -55,7 +55,7 @@ class FilterBenchmarks {
.toFilter

Runtime.removeDefaultLoggers >>> makeSystemOutLogger(LogFormat.default.toLogger)
.map(logger => FilteredLogger(logger, filter))
.filter(filter)
.install
}

Expand All @@ -73,7 +73,7 @@ class FilterBenchmarks {
.cached

Runtime.removeDefaultLoggers >>> makeSystemOutLogger(LogFormat.default.toLogger)
.map(logger => FilteredLogger(logger, filter))
.filter(filter)
.install
}

Expand Down

0 comments on commit c3caaf7

Please sign in to comment.