This repository contains tests and benchmarks for the decimal arithmetic library govalues/decimal.
Clone the repository:
git clone https://github.com/govalues/decimal-tests.git
cd decimal-testsInstall the necessary dependencies:
go install golang.org/x/perf/cmd/benchstat@latest
go install github.com/go-task/task/v3/cmd/task@latest| Command | Description | 
|---|---|
task fuzz | 
Check the correctness against cockroachdb/apd and shopspring/decimal | 
task bench | 
Compare CPU and memory usage against cockroachdb/apd and shopspring/decimal | 
task db | 
Check compatibility with PostgreSQL, MySQL, SQLite, and MongoDB |