Releases: ef-ds/benchmark
Releases · ef-ds/benchmark
v1.0.4
Stable release v1.0.3
Renamed Benchmark struct to Tests as the struct holds only tests, so the new name makes more sense.
This is a breaking change. After updating to this version, the code should be updated as below.
Old code:
var tests benchmark.Benchmark
New code:
var tests benchmark.Tests
Stable release v1.0.2
Only parameter names were changed.
Stable release v1.0.1.
Updated to expose TestValue
First stable release.
v1.0.0 Initial commit