Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @perf-profiler/[email protected]
 - @bam.tech/[email protected]
 - @perf-profiler/[email protected]
 - @perf-profiler/[email protected]
  • Loading branch information
Almouro committed Sep 27, 2022
1 parent ad161d5 commit bef7346
Show file tree
Hide file tree
Showing 8 changed files with 129 additions and 7 deletions.
68 changes: 68 additions & 0 deletions packages/android-performance-profiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.3.0 (2022-09-27)

### Features

- **profiler:** improve fps accuracy by using atrace for reporting ([#28](https://github.com/bamlab/react-native-performance/issues/28)) ([ad161d5](https://github.com/bamlab/react-native-performance/commit/ad161d53b6d219242641e33e5d1f8214ad0f5f6c))

# 0.2.0 (2022-09-07)

### Bug Fixes

- **profiler:** detect appActivity when command output doesn't contain "$" ([6332d7b](https://github.com/bamlab/react-native-performance/commit/6332d7bd2e0504254f22f014d8764d2d8b6508d0))

### Features

- **profiler:** replace bundle id by "UI Thread" in CPU measures ([0653a46](https://github.com/bamlab/react-native-performance/commit/0653a461cd1a18f1202e9189e22518cda5f84637))

# 0.1.0 (2022-08-30)

# 0.1.0-alpha.9 (2022-08-29)

# 0.1.0-alpha.8 (2022-08-27)

### Features

- **profiler:** add c++ version ([4c56697](https://github.com/bamlab/react-native-performance/commit/4c566973cfe4ea0f23eed3109dfb8ca66e5b0001))
- **profiler:** add command to print app activity ([1d81cde](https://github.com/bamlab/react-native-performance/commit/1d81cdebce370b020359173ba834f0dd81d8da80))
- **profiler:** add spawn function ([e6eba2e](https://github.com/bamlab/react-native-performance/commit/e6eba2e88d9621fd096fc3f3b56614b46b9ca781))
- **profiler:** add ts file to interface with c++ profiler ([57c7bb2](https://github.com/bamlab/react-native-performance/commit/57c7bb26061b24814d5779ff841b11193fc2355f))
- **profiler:** add useful commands ([a7c5dba](https://github.com/bamlab/react-native-performance/commit/a7c5dbab2f00c387a595eefc50f6c1832c60271c))
- **profiler:** always ensure c++ profiler is installed ([1982760](https://github.com/bamlab/react-native-performance/commit/1982760b638d3b59b919c15ee8d30ef40bbc5637))
- **profiler:** replace with cpp profiling ([1e85b84](https://github.com/bamlab/react-native-performance/commit/1e85b8499aa1c2fa166cd3296ce62f6dbbf8f9e4))

# 0.1.0-alpha.7 (2022-08-12)

# 0.1.0-alpha.6 (2022-08-12)

# 0.1.0-alpha.5 (2022-08-12)

# 0.1.0-alpha.4 (2022-08-08)

### Features

- **fps:** auto enable debug.hwui.profile ([12a4042](https://github.com/bamlab/react-native-performance/commit/12a40429ce1fa137a99c417b97b572935d1ea158))

# 0.1.0-alpha.3 (2022-08-04)

### Bug Fixes

- **fps:** take idle frames into account ([125e2e2](https://github.com/bamlab/react-native-performance/commit/125e2e219f28ee8efb275fc671b2c8e9d620c39c))

### Features

- add FPS poc ([6fe3398](https://github.com/bamlab/react-native-performance/commit/6fe33981db9cfd45bae8d9db7973cff7286d394c))
- add ram usage ([1f1515a](https://github.com/bamlab/react-native-performance/commit/1f1515a9e5f6cc9093892703cda6c9e21781aae0))
- add some gfxinfo parsing ([f365604](https://github.com/bamlab/react-native-performance/commit/f365604d51f5f6ff018b9cab43c2ac5271a61488))
- build better comparison view ([6228ab4](https://github.com/bamlab/react-native-performance/commit/6228ab4f1e5eca6e557f69402bb81963bb270dfd))
- improve execLoopCommands ([3d0c78a](https://github.com/bamlab/react-native-performance/commit/3d0c78a0887f14863fcd7ef9e903f64759852149))
- introducing flipper-plugin-android-performance-profiler ([dc18a3c](https://github.com/bamlab/react-native-performance/commit/dc18a3ce83df792ebb32901fb1236f011d3cd10f))
- measure fps ([b643918](https://github.com/bamlab/react-native-performance/commit/b64391823f3ff1cf32770791ba24ec6fe174afa9))

### Performance Improvements

- improve reporting time accuracy ([fb0ea48](https://github.com/bamlab/react-native-performance/commit/fb0ea481bfaf9624cdfc783004400cb5cfc3b9ad))
2 changes: 1 addition & 1 deletion packages/android-performance-profiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/profiler",
"version": "0.2.0",
"version": "0.3.0",
"description": "",
"main": "dist/src/index.js",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/appium-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/bamlab/android-performance-profiler/compare/@bam.tech/[email protected][email protected]/[email protected]) (2022-09-27)

### Features

- **profiler:** improve fps accuracy by using atrace for reporting ([#28](https://github.com/bamlab/android-performance-profiler/issues/28)) ([ad161d5](https://github.com/bamlab/android-performance-profiler/commit/ad161d53b6d219242641e33e5d1f8214ad0f5f6c))

## [0.3.1](https://github.com/bamlab/android-performance-profiler/compare/@bam.tech/[email protected][email protected]/[email protected]) (2022-09-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/appium-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bam.tech/appium-helper",
"version": "0.3.1",
"version": "0.4.0",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand Down
4 changes: 4 additions & 0 deletions packages/appium-test-cases/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-09-27)

**Note:** Version bump only for package @perf-profiler/appium-test-cases

## [0.3.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-09-19)

**Note:** Version bump only for package @perf-profiler/appium-test-cases
Expand Down
6 changes: 3 additions & 3 deletions packages/appium-test-cases/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@perf-profiler/appium-test-cases",
"version": "0.3.1",
"version": "0.3.2",
"main": "dist/index.js",
"dependencies": {
"@bam.tech/appium-helper": "^0.3.1",
"@perf-profiler/e2e": "^0.2.0",
"@bam.tech/appium-helper": "^0.4.0",
"@perf-profiler/e2e": "^0.3.0",
"@perf-profiler/reporter": "^0.2.0",
"@perf-profiler/types": "^0.2.0"
}
Expand Down
44 changes: 44 additions & 0 deletions packages/e2e-performance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.3.0 (2022-09-27)

# 0.2.0 (2022-09-07)

# 0.1.0 (2022-08-30)

# 0.1.0-alpha.9 (2022-08-29)

# 0.1.0-alpha.8 (2022-08-27)

# 0.1.0-alpha.7 (2022-08-12)

# 0.1.0-alpha.6 (2022-08-12)

# 0.1.0-alpha.5 (2022-08-12)

# 0.1.0-alpha.4 (2022-08-08)

### Features

- add ability to pass custom score calculation ([#6](https://github.com/bamlab/android-performance-profiler/issues/6)) ([4011ee5](https://github.com/bamlab/android-performance-profiler/commit/4011ee59dfd1b51530974cfaea6a60873e5699fc))

# 0.1.0-alpha.3 (2022-08-04)

### Bug Fixes

- fix missing dist ([a7ce663](https://github.com/bamlab/android-performance-profiler/commit/a7ce6632be3aec5eadec483321b30c728ff68876))

### Features

- add comparison view ([02c5918](https://github.com/bamlab/android-performance-profiler/commit/02c5918378d43eb245cc7ca880025926d87ca306))
- build better comparison view ([6228ab4](https://github.com/bamlab/android-performance-profiler/commit/6228ab4f1e5eca6e557f69402bb81963bb270dfd))
- **e2e:** add duration option to test cases ([7b8a0ea](https://github.com/bamlab/android-performance-profiler/commit/7b8a0ea3a36dc6922be7c26cff78345a10eeb0cf))
- measure fps ([b643918](https://github.com/bamlab/android-performance-profiler/commit/b64391823f3ff1cf32770791ba24ec6fe174afa9))

### Performance Improvements

- improve measurer accuracy ([d38e701](https://github.com/bamlab/android-performance-profiler/commit/d38e701468f57f8526ac07078b85fdd134763aba))
- improve measurer accuracy ([35d6eae](https://github.com/bamlab/android-performance-profiler/commit/35d6eae1a5dc1230e13df793f938d4d3fd0c1c18))
4 changes: 2 additions & 2 deletions packages/e2e-performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/e2e",
"version": "0.2.0",
"version": "0.3.0",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@perf-profiler/logger": "^0.2.0",
"@perf-profiler/profiler": "^0.2.0",
"@perf-profiler/profiler": "^0.3.0",
"@perf-profiler/reporter": "^0.2.0",
"@perf-profiler/types": "^0.2.0"
}
Expand Down

0 comments on commit bef7346

Please sign in to comment.