Skip to content

Commit

Permalink
Update README.md (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktong authored Mar 17, 2024
1 parent 04710ef commit e39af8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ becoming coupled to a particular configuration source.

## Features

- [konf.Unmarshal](#usage) for reading configuration to any type of object with zero-allocation.
- [konf.Unmarshal](#usage) for reading configuration to any type of object.
- [konf.OnChange](#usage) for registering callbacks while configuration changes.
- [konf.Explain](#understand-the-configuration) for understanding where the configuration is loaded from.
- [Various providers](#configuration-providers) for loading configuration from major clouds,
Expand Down

1 comment on commit e39af8c

@github-actions
Copy link

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: e39af8c Previous: 2f47db9 Ratio
BenchmarkLoad 303.3 ns/op 872 B/op 6 allocs/op 542.4 ns/op 0.56
BenchmarkLoad - ns/op 303.3 ns/op
BenchmarkLoad - B/op 872 B/op
BenchmarkLoad - allocs/op 6 allocs/op
BenchmarkGet 94.66 ns/op 16 B/op 1 allocs/op 200.3 ns/op 0.47
BenchmarkGet - ns/op 94.66 ns/op
BenchmarkGet - B/op 16 B/op
BenchmarkGet - allocs/op 1 allocs/op
BenchmarkUnmarshal 198.7 ns/op 48 B/op 4 allocs/op 173 ns/op 1.15
BenchmarkUnmarshal - ns/op 198.7 ns/op
BenchmarkUnmarshal - B/op 48 B/op
BenchmarkUnmarshal - allocs/op 4 allocs/op

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

Please sign in to comment.