xref: /third_party/node/benchmark/fixtures/empty-test-reporter.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/benchmark/fixtures/
11cb0ef41Sopenharmony_ciconst { PassThrough } = require('node:stream');
21cb0ef41Sopenharmony_ci
31cb0ef41Sopenharmony_cimodule.exports = new PassThrough({
41cb0ef41Sopenharmony_ci  objectMode: true,
51cb0ef41Sopenharmony_ci  transform(chunk, encoding, callback) {
61cb0ef41Sopenharmony_ci    callback(null)
71cb0ef41Sopenharmony_ci  },
81cb0ef41Sopenharmony_ci});
9

Indexes created Thu Nov 07 10:32:03 CST 2024