Skip to content

Commit

Permalink
📦 Correct Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenny committed Aug 16, 2020
1 parent e98a1b1 commit 53a7a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
)

// Version of current package
const Version = "1.13.3"
const Version = "1.14.2"

// Map is a shortcut for map[string]interface{}, useful for JSON returns
type Map map[string]interface{}
Expand Down

2 comments on commit 53a7a62

@Fenny
Copy link
Member Author

@Fenny Fenny commented on 53a7a62 Aug 16, 2020

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: 53a7a62 Previous: 592dd49 Ratio
Benchmark_Ctx_Write 305 ns/op 265 B/op 4 allocs/op 36.9 ns/op 65 B/op 0 allocs/op 8.27

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

@Fenny
Copy link
Member Author

@Fenny Fenny commented on 53a7a62 Aug 16, 2020

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: 53a7a62 Previous: 592dd49 Ratio
Benchmark_Ctx_Write 322 ns/op 240 B/op 4 allocs/op 36.9 ns/op 65 B/op 0 allocs/op 8.73

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

Please sign in to comment.