MonkeyTest icon indicating copy to clipboard operation
MonkeyTest copied to clipboard

ZeroDivisionError

Open nickever opened this issue 7 years ago • 1 comments

Reading: 100.00 %Traceback (most recent call last):
  File "./monkeytest.py", line 193, in <module>
    main()
  File "./monkeytest.py", line 189, in main
    benchmark.print_result()
  File "./monkeytest.py", line 165, in print_result
    max=self.read_block_b / (1024 * 1024 * min(self.read_results)),
ZeroDivisionError: float division by zero

nickever avatar Mar 02 '18 13:03 nickever

I see the same - normal Ubuntu 22.04

peter-toft-greve avatar Jan 04 '23 07:01 peter-toft-greve