Skip to content

Commit

Permalink
🚀 restore benchmark
Browse files Browse the repository at this point in the history
Co-Authored-By: Rafael Cossovan <[email protected]>
  • Loading branch information
Fenny and navossoc committed Oct 28, 2020
1 parent 17b6597 commit 67eed4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/logger/logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func Benchmark_Logger(b *testing.B) {
app := fiber.New()

app.Use(New(Config{
Format: "${path}",
Format: "${bytesReceived} ${bytesSent} ${status}",
Output: ioutil.Discard,
}))
app.Get("/", func(c *fiber.Ctx) error {
Expand Down

0 comments on commit 67eed4c

Please sign in to comment.