moodlehq / moodle-performance-comparison

Set of shell scripts to run Moodle performance tests using different hardware and configurations and compare results.
GNU General Public License v2.0
75 stars 39 forks source link

Improve recorder sessionsize detection #60

Closed dmonllao closed 7 years ago

dmonllao commented 7 years ago

Previous code didn't consider that KBs are rounded to 0 and returned as an int value, not float so something like 12KB is returned from Moodle instead of 12.0KB.

danpoltawski commented 7 years ago

Thanks David