bench method

Future<BenchResult> bench({
  1. int pp = 512,
  2. int tg = 128,
  3. int pl = 1,
  4. int nr = 1,
})

Implementation

Future<BenchResult> bench({int pp = 512, int tg = 128, int pl = 1, int nr = 1}) => _sendCommand(['bench', pp, tg, pl, nr]);