Skip to content

Commit

Permalink
Update app.go
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn committed Aug 15, 2022
1 parent 4402df7 commit c5644a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Expand Up @@ -330,7 +330,7 @@ type Config struct {
//
// Allowing for flexibility in using another XML library for encoding
// Default: xml.Marshal
XMLEncoder utils.JSONMarshal `json:"-"`
XMLEncoder utils.XMLMarshal `json:"-"`

// Known networks are "tcp", "tcp4" (IPv4-only), "tcp6" (IPv6-only)
// WARNING: When prefork is set to true, only "tcp4" and "tcp6" can be chose.
Expand Down

1 comment on commit c5644a8

@ReneWerner87
Copy link
Member

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: c5644a8 Previous: e8a2ba3 Ratio
Benchmark_AcquireCtx 1812 ns/op 1568 B/op 5 allocs/op 631 ns/op 1568 B/op 5 allocs/op 2.87

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.