mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 10:45:56 +08:00
Update ryw benchmark key count for get range/clear range tests
This commit is contained in:
parent
169e41804e
commit
da3015c6e5
@ -173,7 +173,7 @@ public class RYWBenchmark extends AbstractTester {
|
||||
}
|
||||
long end = System.nanoTime();
|
||||
|
||||
Double kpi = count * 1_000_000_000.0 * keyCount/(end - start);
|
||||
Double kpi = count * 1_000_000_000.0 * keyCount / 2 / (end - start);
|
||||
insertData(tr);
|
||||
return kpi;
|
||||
}
|
||||
@ -188,7 +188,7 @@ public class RYWBenchmark extends AbstractTester {
|
||||
}
|
||||
long end = System.nanoTime();
|
||||
|
||||
Double kpi = count * 1_000_000_000.0 * keyCount/(end - start);
|
||||
Double kpi = count * 1_000_000_000.0 * keyCount * 3 / 4 / (end - start);
|
||||
insertData(tr);
|
||||
return kpi;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user