-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathbenchmark.js.javascript.txt
19 lines (17 loc) · 1.14 KB
/
benchmark.js.javascript.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
┏━━━━━━━━━━━━━━━━━━┓
┃ BENCHMARK.JS ┃
┗━━━━━━━━━━━━━━━━━━┛
ALTERNATIVES ==> #No reporting:
# - benchmark.js (preferred):
# - provide nice mean, standard deviation, etc. stats
# - too bloated / old school
# - browser/node
# - Deno bench (preferred with Deno)
# - Deno core
# - simple and configuration free, but few features
# - wedgetail: not maintained
# - benchmarkJS: not maintained
#Reporting:
# - matcha: not maintained
# - speedracer: not maintqained
# - nanobench: not maintained