🐰 Bencher - Continuous Benchmarking
benchmark.js is a benchmarking and statistical analysis library designed to measure and compare the execution speeds of JavaScript functions. It serves as a performance measurement tool that calculates mean execution time, margin of error, and standard deviation for specific code implementations. The library provides capabilities for comparing benchmark results to determine relative speed and manages organized test suites that can be run, cloned, or reset in bulk. It includes sampling precision controls to adjust minimum sample sizes and maximum run times to ensure statistical reliability. T
Copyright (c) 2010 Yahoo! Inc., 2012 - 2016 YCSB contributors. All rights reserved.
Navigation Timing API measurement helpers
disruptek/golden 的主要功能包括:Benchmarking Tools。
disruptek/golden 的开源替代品包括: bencherdev/bencher — 🐰 Bencher - Continuous Benchmarking. bestiejs/benchmark.js — benchmark.js is a benchmarking and statistical analysis library designed to measure and compare the execution speeds… brianfrankcooper/ycsb — Copyright (c) 2010 Yahoo! Inc., 2012 - 2016 YCSB contributors. All rights reserved. broofa/jslitmus — Simple, easy, javascript benchmark testing. chris00/ocaml-benchmark — Benchmarking module for OCaml. addyosmani/timing.js — Navigation Timing API measurement helpers.