|
| 1 | +# 1.8.0 |
| 2 | + |
| 3 | +New features: |
| 4 | +- Multithreaded netperf benchmark (GH-1141, GH-1144) |
| 5 | +- Terasort benchmark using spark service infrastructure (GH-1104) |
| 6 | +- Support 10 or more disks on Azure (GH-1102) |
| 7 | +- Add sysctl and set_files flags (GH-1096) |
| 8 | +- Support DigitalOcean block storage (GH-1092) |
| 9 | +- Add cloudsuite_data_serving_rec_count and cloudsuite_data_serving_op_count parameters to cloudsuite_data_serving benchmark (GH-1091) |
| 10 | +- Add support for setting GCE boot disk size and type (GH-1106) |
| 11 | +- Add flag to skip reload on ycsb benchmark (GH-1108) |
| 12 | +- Support for AWS dedicated hosts (GH-1109) |
| 13 | +- Object storage multistream write-only scenario (GH-1123) |
| 14 | +- Allow multiple configs for the same benchmark in the same file (GH-1126) |
| 15 | +- Add flat that allows run retries (GH-1129) |
| 16 | +- Add fio_parameters flag (GH-1131) |
| 17 | +- Add config matrices (GH-1134) |
| 18 | +- Add events at the beginning and end of benchmarks (GH-1135) |
| 19 | +- Add extra_zones flag to pkb (GH-1137) |
| 20 | +- Add flag matrix filters (GH-1138) |
| 21 | +- Support allowing port ranges on Firewall.AllowPort (GH-1139) |
| 22 | +- Add static vm tags (GH-1142) |
| 23 | + |
| 24 | +Breaking changes: |
| 25 | +- Because of GH-1112, region names have changed. |
| 26 | + |
| 27 | +Enhancements: |
| 28 | +- Allow speccpu to run individual test (GH-1113) |
| 29 | +- Use Azure resource management mode (GH-1112) |
| 30 | +- GCP networks use subnets (GH-1087) |
| 31 | +- Add top level flags key to configs (GH-1125) |
| 32 | +- Precise resource usage for YCSB benchmarks (GH-1127) |
| 33 | + |
| 34 | +Bugfixes and maintanence updates: |
| 35 | +- Fix bugs with Terasort (GH-1136) |
| 36 | +- Don't run container commands as sudo with ContainerizedDebianMixin (GH-1130) |
| 37 | +- Automatically use amazon linux if os_type is rhel (GH-1124) |
| 38 | +- Removed Panda as a dependency (GH-1118, GH-1119) |
| 39 | +- Allow flag_util.ParseKeyValuePairs values to have colons in them (GH-1117) |
| 40 | +- Add ycsb to data directory (GH-1116) |
| 41 | +- Fix bug in mongodb_ycsb_benchmark cleanup (GH-1115) |
| 42 | +- Fix bug where static VM disk specs were overriden (GH-1105) |
| 43 | +- Use string formatting instead of addition to concatenate (GH-1103) |
| 44 | +- Fixed regression with fio flag (GH-1097) |
| 45 | +- Fix flags in static vm files (GH-1093) |
| 46 | +- Fix wait_for_command.py: wait for status file to avoid race condition (GH-1090) |
| 47 | + |
1 | 48 | # 1.7.0 |
2 | 49 |
|
3 | 50 | New features: |
|
0 commit comments