client_golang/model
beorn7 a9bdd32c71 Reduce allocations during fingerprinting.
Also, add a test to expose
https://github.com/prometheus/client_golang/issues/74 .

benchmark           old ns/op     new ns/op     delta
BenchmarkMetric     7034          6272          -10.83%

benchmark           old allocs     new allocs     delta
BenchmarkMetric     52             32             -38.46%

benchmark           old bytes     new bytes     delta
BenchmarkMetric     1976          1800          -8.91%
2015-02-12 15:28:31 +01:00
..
fingerprinting.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
labelname.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
labelname_test.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
labelset.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
labelvalue.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
labelvalue_test.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
metric.go Reduce allocations during fingerprinting. 2015-02-12 15:28:31 +01:00
metric_test.go Reduce allocations during fingerprinting. 2015-02-12 15:28:31 +01:00
model.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
sample.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
sample_test.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
samplevalue.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
signature.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
signature_test.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
timestamp.go Remove obsolete comment and add Earliest and Latest timestamp. 2015-02-11 17:34:59 +01:00
timestamp_test.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00