o
odin.langpkg.dev
packages / library / speedup

speedup

15280f7library

command line utility to calculate percent difference between two values

Unlicense · updated 2 years ago

Speedup

A simple utility to to calculate percent difference between two values.

Build

odin build . -o:aggressive

Usage:

./speedup <old time> <new time>

Testing

Will run the tests in speedup_test.odin

odin test .