Changelog
[0.3.2] - 2024-04-13
Changelog
[0.3.1] - 2024-04-12
Changelog
[0.3.0] - 2024-04-10
std
to sd
for the standard
deviation.Changelog
[0.2.3] - 2024-04-08
iter/s
with time (avg)
formatting.Changelog
[0.2.1] - 2024-04-07
time: number
to run()
options specifying the minimum benchmark time in
nanoseconds.Changelog
[0.2.0] - 2024-04-07
measure()
asynchronous implementation.clear()
benchmark clearing primitive.samples: number
to run()
options specifying the minimum number of
benchmark samples.options: { before: () => void | Promise<void>; after: () => void | Promise<void> }
to bench()
and baseline()
specifying callbacks to run before and after the
benchmark.options: { before: () => void | Promise<void>; after: () => void | Promise<void> }
to group()
specifying callbacks to run before and after the group.iter/s
to report.