breuner / elbencho

A distributed storage benchmark for file systems, object stores & block devices with support for GPUs
GNU General Public License v3.0
169 stars 25 forks source link

Two minor regex fixes #35

Closed fangchin closed 2 years ago

fangchin commented 2 years ago

Two minor regex fixes are introduced such that:

  1. The mtelbencho.sh's check_elbencho_version() works correctly with the version output of the more recent elbencho releases.
  2. The graph_sweep.sh's extract_results_for_plotting() works correctly on hosts with a leading 'p' in their hostnames.
breuner commented 2 years ago

Once more thanks for your contribution, @fangchin :-)