mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/storage: remove unused code (#4050)
This commit is contained in:
parent
fa2ba7b07b
commit
a4b4bda166
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue