for await()

in src/commands/entity-store-perf.ts [475:477]


    for await (const line of rl) {
      yield JSON.parse(line);
    }