Skip to content

Commit

Permalink
Update release notes for PKB version 1.15.1.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 318359632
  • Loading branch information
bvliu authored and Copybara-Service committed Jun 25, 2020
1 parent f1a8170 commit 07de8d5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 21 deletions.
32 changes: 32 additions & 0 deletions CHANGES.md
@@ -1,4 +1,36 @@
# v1.15.1

### Breaking changes:

- Rename ycsb workloadd to workloadx to show that it is a custom PKB
write-only workload.

### New features:

- Add FairSeq Roberta Masked Multilingual LM benchmark for linux.
- Add bulk delete API operation to object storage API scripts.
- Catch preemptible instance's interrupt event.

### Enhancements:

- Enable support for AWS's c6g and r6g families.
- Integrate edw_benchmark with new Client Interface and results aggregation
framework.
- Update default stress-ng version from 5.23 to 9.25 (default on Ubuntu 1804).
- Added two new workloads(workloadw and workloadw_uniform) for testing mostly
write use cases(read/write 5/95)

### Bug fixes and maintenance updates:

- Parallelize entity deletion processing for a kind.
- Move coremark installation into a package.
- Fixed one object per stream run for object storage service benchmark.
- Benchmarking of AWS Athena now records client observed run time rather that
Athena's reported run time.
- Use sub processes instead of threads for entity deletion processing.

# v1.15.0

### Breaking changes:

- Remove `ubuntu1404` and `debian` OS types.
Expand Down
21 changes: 0 additions & 21 deletions CHANGES.next.md
@@ -1,28 +1,7 @@
### Breaking changes:

- Rename ycsb workloadd to workloadx to show that it is a custom PKB
write-only workload.

### New features:

- Add FairSeq Roberta Masked Multilingual LM benchmark for linux.
- Add bulk delete API operation to object storage API scripts.
- Catch preemptible instance's interrupt event.

### Enhancements:

- Enable support for AWS's c6g and r6g families.
- Integrate edw_benchmark with new Client Interface and results aggregation
framework.
- Update default stress-ng version from 5.23 to 9.25 (default on Ubuntu 1804).
- Added two new workloads(workloadw and workloadw_uniform) for testing mostly
write use cases(read/write 5/95)

### Bug fixes and maintenance updates:

- Parallelize entity deletion processing for a kind.
- Move coremark installation into a package.
- Fixed one object per stream run for object storage service benchmark.
- Benchmarking of AWS Athena now records client observed run time rather that
Athena's reported run time.
- Use sub processes instead of threads for entity deletion processing.

0 comments on commit 07de8d5

Please sign in to comment.