mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 07:19:17 +01:00
lib/storage: remove unused code (#4050)
This commit is contained in:
parent
de0fe02f6e
commit
f3af8331ec
@ -60,9 +60,6 @@ func TestAppendPartsToMergeManyParts(t *testing.T) {
|
|||||||
r := rand.New(rand.NewSource(1))
|
r := rand.New(rand.NewSource(1))
|
||||||
for i := 0; i < 1024; i++ {
|
for i := 0; i < 1024; i++ {
|
||||||
n := uint64(uint32(r.NormFloat64() * 1e9))
|
n := uint64(uint32(r.NormFloat64() * 1e9))
|
||||||
if n < 0 {
|
|
||||||
n = -n
|
|
||||||
}
|
|
||||||
n++
|
n++
|
||||||
maxOutSize += n
|
maxOutSize += n
|
||||||
sizes = append(sizes, n)
|
sizes = append(sizes, n)
|
||||||
|
Loading…
Reference in New Issue
Block a user