Commit 9376e574 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 25748d7e
......@@ -132,8 +132,7 @@ func TestΔFtail(t *testing.T) {
// TestΔFtailRandom runs ΔFtail tests on randomly-generated file changes.
func TestΔFtailRandom(t *testing.T) {
//n := xbtreetest.N(1E3, 1E4, 1E5)
n := xbtreetest.N(1E1, 1E4, 1E5) // XXX temp
n := xbtreetest.N(1E3, 1E4, 1E5)
nblk := xbtreetest.N(1E1, 2E1, 1E2) // keeps failures detail small on -short
// random-number generator
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment