Skip to content

Commit

Permalink
Prepare for performance 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 committed Sep 8, 2023
1 parent 3c23d26 commit 4eaa4d2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

dependencies {
// Emerge's Performance Testing SDK (Required):
implementation("com.emergetools.test:performance:2.0.0")
implementation("com.emergetools.test:performance:2.1.0")
// Emerge's UIAutomator helper library (Optional): https://github.com/EmergeTools/relax
implementation("com.emergetools.test:relax:0.1.0")

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ junit-jupiter = "5.8.2"

# internal
emerge-gradle-plugin = "2.0.1"
emerge-peformance = "2.0.0"
emerge-peformance = "2.1.0"
emerge-snapshots = "0.8.0"

[plugins]
Expand Down
7 changes: 7 additions & 0 deletions performance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.1.0 - 2023-09-08

### Added

- Now detects spans as part of the local perf testing run, allowing debugging of span presence and
length. [#65](https://github.com/EmergeTools/emerge-android/pull/65)

## 2.0.0 - 2023-08-30

### Added
Expand Down
4 changes: 2 additions & 2 deletions performance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you haven't already, add the Emerge Gradle plugin to your root-level `build.g

```kotlin
plugins {
id("com.emergetools.android") version "2.0.1"
id("com.emergetools.android")
}

emerge {
Expand Down Expand Up @@ -235,7 +235,7 @@ That's it! Emerge will automatically measure any specified spans measured from y
1. Update the `emerge-performance` version in `/gradle/libs.versions.toml`
2. Update the `/performance/CHANGELOG.md`
3. `gt bc -a -m "Prepare for Performance X.Y.Z"` (where X.Y.Z is the version set in step 1)
3. `gt bc -a -m "Prepare for performance X.Y.Z"` (where X.Y.Z is the version set in step 1)
4. `gt ss`
5. Get PR approved and merge
6. Create a new release on GitHub
Expand Down

0 comments on commit 4eaa4d2

Please sign in to comment.