Commit graph

7 commits

Author SHA1 Message Date
Aliaksandr Valialkin
85de641ac8
vendor: update github.com/klauspost/compress from v1.16.3 to v1.16.4 2023-04-05 21:31:23 -07:00
Aliaksandr Valialkin
0dcd796323
vendor: run make vendor-update 2023-03-24 22:29:03 -07:00
Aliaksandr Valialkin
60fcf88e45
vendor: make vendor-update 2023-03-12 01:49:22 -08:00
Aliaksandr Valialkin
0c7d161858
vendor: make vendor-update 2023-01-03 23:36:36 -08:00
Aliaksandr Valialkin
6611417732
vendor: make vendor-update 2022-09-26 15:47:35 +03:00
Aliaksandr Valialkin
7437d3c48f
vendor: make vendor-update 2022-09-19 15:14:01 +03:00
Aliaksandr Valialkin
34db3fdd3f
app/vmagent/remotewrite: add benchmarks for comparing the performance of standard Snappy encoder with github.com/klauspost/compress/s2 encoder
The standard Snappy encoder from github.com/golang/snappy shows quite good performance number
for compressing the Prometheus remote_write proto messages according to the added benchmarks,
so there is no need in switching to github.com/klauspost/compress/s2 yet.
2022-09-19 14:27:56 +03:00