Skip to content

Releases: ef-ds/benchmark

v1.0.4

02 Mar 17:41
6233a8e

Choose a tag to compare

Merge pull request #1 from ef-ds/support_generics

Added tests that operate on top of TestValue

Stable release v1.0.3

05 Jan 17:04

Choose a tag to compare

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

04 Jan 00:24

Choose a tag to compare

Only parameter names were changed.

Stable release v1.0.1.

03 Jan 16:44

Choose a tag to compare

Updated to expose TestValue

First stable release.

03 Jan 16:12

Choose a tag to compare

v1.0.0

Initial commit