Searched refs:benchmarkers (Results 1 – 7 of 7) sorted by relevance
190 const benchmarkers = {}; constant193 benchmarkers[benchmarker.name] = benchmarker;213 const benchmarker = benchmarkers[options.benchmarker];
58 * `_http-benchmarkers.js`: selects and runs external tools for benchmarking
346 benchmarkers=None): argument372 if benchmarkers is not None:373 check_value_type("benchmarkers", benchmarkers, list)374 if not all(isinstance(ele, AttributionMetric) for ele in benchmarkers):381 self._benchmarkers = benchmarkers
50 To run the `https` benchmarks, one of `autocannon` or `wrk` benchmarkers must
2056 …s/node/commit/b1bbc68fb1)] - **benchmark**: support for multiple http benchmarkers (Bartosz Sosnow…
4562 …om/nodejs/node/commit/d8965d5b0e)] - **benchmark**: fix typo in _http-benchmarkers.js (Vse Mozhet …4563 …com/nodejs/node/commit/a3778cb9b1)] - **benchmark**: fix URL in _http-benchmarkers.js (Vse Mozhet …
872 ….com/nodejs/node/commit/40398fd07a)] - **benchmark**: refactor \_http-benchmarkers.js (Rich Trott)…