Skip to content

Releases: redhat-performance/speccpu2017-wrapper

Fix speccpu not unmounting disks.

28 Jan 17:43
0d4c821
Compare
Choose a tag to compare
Merge pull request #27 from redhat-performance/unmount

Unmount the filesystem on exit.

Fix multiple meta data headers

01 Nov 17:21
d18e27f
Compare
Choose a tag to compare
Merge pull request #24 from redhat-performance/fix_multi

Fix multiple meta data headers

Fix missing option

01 Oct 14:33
0701353
Compare
Choose a tag to compare
Merge pull request #22 from redhat-performance/fix_missing_opt

We are missing the option grab_disks, causing things to fail.

Add meta data.

20 Sep 20:02
f00cb69
Compare
Choose a tag to compare
Merge pull request #21 from redhat-performance/meta-updates

Meta updates

test-tag

19 Sep 12:16
Compare
Choose a tag to compare
test-tag Pre-release
Pre-release
update

Cleanup spurious messages.

08 Aug 20:23
dd49dbc
Compare
Choose a tag to compare
Merge pull request #20 from redhat-performance/cleanup

Cleanup spurious message and remove temp files from speccpu itself

Fix results being saved.

03 Jul 14:16
aa515ee
Compare
Choose a tag to compare

Not pulling in the run results like we should be.

Custom Filesystem Support

21 May 19:13
2f7d99f
Compare
Choose a tag to compare

What's Changed

This allows for the user to specify the desired filesystem for the data disk by using --disk_fs <fs>. Note: this requires mkfs.<fs> to function.

New Contributors

Full Changelog: v1.12...v1.13

Add results checking and cleanup comments

19 Jan 18:41
435ee54
Compare
Choose a tag to compare

Add results checking and cleanup comments

Do not ask for disk if --no_disk is present

01 Dec 15:51
44974bc
Compare
Choose a tag to compare
Merge pull request #15 from redhat-performance/no_disk

Do not ask for disk, if --no_disk option is designated