Skip to content

Commit 6d50a9a

Browse files
Update CHANGES.md
1 parent f24c699 commit 6d50a9a

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

CHANGES.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
# v1.10.0
2+
3+
External contributions:
4+
- Re-write flag_util_test.py so it's easier to read (thanks @yilei GH-1244)
5+
- Fix bug that prevents running bonnie++ on Azure (thanks @rgodha GH-1218)
6+
- Add kernel compile benchmark (thanks @maggiejiao GH-1215, GH-1255)
7+
- Change the documentation to reflect that work should be on master (thanks
8+
@besanradwan GH-1209)
9+
- Add flags to capture latency, bandwidth and IOPS logs in Fio benchmark (thanks @meteorfox GH-1205)
10+
- Re-add 'vm_util' object to fix broken master branch (thanks @vhe182 GH-1196)
11+
- Add EPEL Repo to Silo Installation (thanks @akrzos GH-1153)
12+
13+
New features:
14+
- Add GPU PCIe bandwidth test (GH-1234, GH-1250, GH-1252, GH-1254)
15+
- Add blazemark (GH-1145)
16+
- Add simple memcached ycsb benchmark based on aerospike ycsb benchmark (GH-1199)
17+
- Add scimark2 installation package (GH-1185)
18+
19+
Enhancements:
20+
- Use FLAGS.aws_user_name if set for Rhel (GH-1249)
21+
- Fio enhancements (GH-1246)
22+
- Use aes128-ctr if aes128-cbc isn't available (GH-1242)
23+
- Make aeropsike able to run with raw devices on static vms (GH-1243)
24+
- Add some metadata to netperf samples (GH-1236)
25+
- Remove unneeded Azure code and add availability sets (GH-1232)
26+
- Add cassandra read concurrency flag (GH-1233)
27+
- Add a metadata attribute 'ssd_count' to spark_service (GH-1229)
28+
- Add a metadata attribute 'spark_svc_cloud' to spark_service (GH-1226)
29+
- Add ability to specify boot_disk_size in AWS vm spec (GH-1231)
30+
- Add a metadata attribute 'spark_svc_cloud' (GH-1236)
31+
- Set a default zone for the spark test to allow for subnet creation (GH-1222)
32+
- Update the location of the spark examples jar on the emr cluster (GH-1222)
33+
- Persist package installation across reboots (GH-1185)
34+
- Allow mongodb_ycsb to specify readahead settings (GH-1256)
35+
36+
Bug fixes and maintenance updates:
37+
- Close Aersospike connection in 1 second (GH-1241)
38+
- Fix bug with having multiple Azure data disks (GH-1223)
39+
- Fix aws spark service (GH-1222)
40+
- Add some git ignore entries (GH-1222)
41+
- Fix gcs credential conflict (GH-1221)
42+
- Fix bug with run_processes (GH-1212)
43+
- Remove collector from RunBenchmarkTask args (GH-1210)
44+
- Add the minimum tox version to the "tox is not installed" message (GH-1201)
45+
- Move sysbench05plus path prefix logic into package (GH-1185)
46+
- Fix bug with specifying Azure image (GH-1204)
47+
- Fix two files that were failing boilerplate check (GH-1203)
48+
- Update README.md (GH-1200)
49+
150
# 1.9.0
251

352
New features:
@@ -924,7 +973,6 @@ Fixes:
924973
* Fixed corner cases in SPEC 2006 causing it to fail on large instances.
925974

926975
# v0.1
927-
928976
* Support static vms (i.e. machine not provisioned via Cloud APIs. We call all machines VMs). All static VMs provided will be used before any non-static VMs are provisioned.
929977
* See static_virtual_machine.py for detailed description.
930978
* Added copy benchmark.

0 commit comments

Comments
 (0)