1
0
Fork 0

Removed unused code

This commit is contained in:
Tobias Gödderz 2019-11-15 19:03:12 +01:00
parent 3f4d015717
commit 7f57b98710
1 changed files with 0 additions and 11 deletions

View File

@ -197,17 +197,6 @@ function ahuacatlProfilerTestSuite () {
];
const coordinatorBatches = (rowsPerShard) => addIntervals(fuzzyDBServerBatches(rowsPerShard), localCalls(rowsPerShard));
/*
const coordinatorBatches = rowsPerShard => {
const [dbMin, dbMax] = fuzzyDBServerBatches(rowsPerShard);
const [localMin, localMax] = localCalls(rowsPerShard);
// Bot the number of dbserver batches (due to WAITING), and the number of local batches (due to simple batch
// size), are lower bounds.
// The sum of dbserver batches and local batches is an upper bound.
return [Math.max(dbMin, localMin), dbMax + localMax];
};
*/
const genNodeList = (rowsPerShard, rowsPerServer) => [
{ type : SingletonBlock, calls : numberOfShards, items : numberOfShards },