Skip to content

Commit

Permalink
minor correction in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
gciuloaica committed May 19, 2022
1 parent 8778244 commit 20bef93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object LoggerSpec extends DefaultRunnableSpec {
)

override def spec = suite("LoggerSpec")(
test("Multiple transports could be used") {
test("Multiple transports could be used.") {
val transport = new MemoryLogger
val logger = Logger.make
.withTransport(inMemoryLogTransport(transport))
Expand Down

2 comments on commit 20bef93

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 Performance Benchmark:

Concurrency: 256
Requests/sec: 894392.19

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 Performance Benchmark:

Concurrency: 256
Requests/sec: 935343.16

Please sign in to comment.