-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix lint complaints about case-fold builder (#348)
* fix lint complaints about case-fold builder Signed-off-by: Tim Bray <[email protected]> * missed some linting targets Signed-off-by: Tim Bray <[email protected]> * still more, need to update my local linter copy Signed-off-by: Tim Bray <[email protected]> --------- Signed-off-by: Tim Bray <[email protected]>
- Loading branch information
Showing
6 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
be1752d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.20
.BenchmarkCityLots
6877
ns/op 834 B/op 34 allocs/op5592
ns/op 773 B/op 31 allocs/op1.23
BenchmarkCityLots - ns/op
6877
ns/op5592
ns/op1.23
Benchmark_JsonFlattner_Evaluate_ContextFields
1220
ns/op 96 B/op 8 allocs/op726.2
ns/op 56 B/op 4 allocs/op1.68
Benchmark_JsonFlattner_Evaluate_ContextFields - ns/op
1220
ns/op726.2
ns/op1.68
Benchmark_JsonFlattner_Evaluate_ContextFields - B/op
96
B/op56
B/op1.71
Benchmark_JsonFlattner_Evaluate_ContextFields - allocs/op
8
allocs/op4
allocs/op2
This comment was automatically generated by workflow using github-action-benchmark.