Home
last modified time | relevance | path

Searched refs:benchmarkers (Results 1 – 7 of 7) sorted by relevance

/third_party/node/benchmark/
D_http-benchmarkers.js190 const benchmarkers = {}; constant
193 benchmarkers[benchmarker.name] = benchmarker;
213 const benchmarker = benchmarkers[options.benchmarker];
DREADME.md58 * `_http-benchmarkers.js`: selects and runs external tools for benchmarking
/third_party/mindspore/mindspore/explainer/
D_image_classification_runner.py346 benchmarkers=None): argument
372 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
/third_party/node/doc/guides/
Dwriting-and-running-benchmarks.md50 To run the `https` benchmarks, one of `autocannon` or `wrk` benchmarkers must
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md2056 …s/node/commit/b1bbc68fb1)] - **benchmark**: support for multiple http benchmarkers (Bartosz Sosnow…
DCHANGELOG_V8.md4562 …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 …
DCHANGELOG_V11.md872 ….com/nodejs/node/commit/40398fd07a)] - **benchmark**: refactor \_http-benchmarkers.js (Rich Trott)…