File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
"github.com/matttproud/golang_protobuf_extensions/ext"
25
25
)
26
26
27
- // Benchmarks to show how much penalty text format parsing accually inflicts.
27
+ // Benchmarks to show how much penalty text format parsing actually inflicts.
28
28
//
29
29
// Example results on Linux 3.13.0, Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz, go1.4.
30
30
//
@@ -82,8 +82,8 @@ func BenchmarkParseTextGzip(b *testing.B) {
82
82
}
83
83
}
84
84
85
- // BenchmarkParseProto benchmarks the parsinge of a protobuf-format scrape into
86
- // metric family DTOs. Note that this does not build a map of matric families
85
+ // BenchmarkParseProto benchmarks the parsing of a protobuf-format scrape into
86
+ // metric family DTOs. Note that this does not build a map of metric families
87
87
// (as the text version does), because it is not required for Prometheus
88
88
// ingestion either. (However, it is required for the text-format parsing, as
89
89
// the metric family might be sprinkled all over the text, while the
You can’t perform that action at this time.
0 commit comments