VirtualBox

vbox的更動 62207 路徑 trunk/src/VBox/ValidationKit


忽略:
時間撮記:
2016-7-12 下午10:54:57 (8 年 以前)
作者:
vboxsync
訊息:

tdSotrageBenchmark1: Don't report the fractional part as the testmanager rejects floating point numbers, doesn't make a huge difference anyway

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py

    r62197 r62207  
    212212                            idxValue += 1;
    213213
     214                        # Get the reported value, cut off after the decimal point
     215                        # it is not supported by the testmanager yet and is not really
     216                        # relevant anyway.
    214217                        idxValueEnd = idxValue;
    215                         while sLine[idxValueEnd] == '.' or sLine[idxValueEnd].isdigit():
     218                        while sLine[idxValueEnd].isdigit():
    216219                            idxValueEnd += 1;
    217220
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette