Skip to content

Releases: GolemOrg/Benchpress

Benchpress - v1.0.7

27 Feb 08:12

Choose a tag to compare

This is the biggest change to happen to the library yet, and it's only the name. Moving forward, this library is known as Benchpress. The reasons behind this change are simply issues with GitHub Packages and repositories containing the dash character. However, I felt that just the name Benchmark didn't invoke any good feelings, so I brainstormed and came up with this simple name!

v1.0.4

16 Feb 04:46

Choose a tag to compare

This release addresses one large issue: ambiguous naming.

As of now, all packages simply were grouped under the project name, rather than the group + project name. This aims to fix that by moving the classes to org.golem.benchmark

This means that any use of benchmark_kt.x has been moved to org.golem.benchmark.x

benchmark-kt - v1.0.3

29 Jan 07:19

Choose a tag to compare

Update to 1.0.3

benchmark-kt - v1.0.2

29 Jan 07:11

Choose a tag to compare

Add package names to files

benchmark-kt - v1.0.1

29 Jan 07:01

Choose a tag to compare

This release has one minor fix: Normalizing the package name for use as a dependency. Previously, the tag name contained 'v', meaning that the package that was created would have a versioning of vX.X.X. This fixes that.

benchmark-kt - v1.0.0

29 Jan 06:50

Choose a tag to compare

Fix gradle.properties group