freerware / work

A compact library for tracking and committing changes to your entities.
Apache License 2.0
59 stars 2 forks source link

Introduce benchmarks. #47

Closed fr33r closed 3 years ago

fr33r commented 3 years ago

Description

Introduce benchmarks_test.go containing benchmarks for:

Rationale

Tracking benchmarks allows for tracking improvements/regressions of package performance. In addition, it educates consumers of the performance they can expect from the package.

Suggested Version

v4.0.0-beta.2

Example Usage

N/A