IBM / k8s-storage-perf

This git repo will host the playbooks for collecting performance metrics for a Kubernetes persistent storage for IBM Cloud Paks
Apache License 2.0
9 stars 18 forks source link

Unit correction to MiB/s #19

Open mulbc opened 1 year ago

mulbc commented 1 year ago

The sysbench output is actually in MiB/s and not Mb/s. Capital letter B is bytes, lower case b is bits.

Resolves #20