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
Benchmarking module for OCaml
The main features of chris00/ocaml-benchmark are: Benchmarking Tools.
Open-source alternatives to chris00/ocaml-benchmark include: 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. deeplearning4j/dl4j-benchmark. addyosmani/timing.js — Navigation Timing API measurement helpers.