You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have started to recalculate your results and in the table column "Raw Size" I think that some of the results must have unit of measure GiB instead of GB.
For example for datasets Thunderbird, HDFS and BGL:
>>>importos>>>bytes=os.path.getsize("bgl/BGL.log")
>>>bytes743185031>>>bytes_to_MiB=bytes/1024/1024>>>bytes_to_MiB708.7564764022827# In the table 708.76MB>>>bytes=os.path.getsize("thunderbird/Thunderbird.log")
>>>bytes31788301041>>>bytes_to_GiB=bytes/1024/1024/1024>>>bytes_to_GiB29.605162368156016# In the table 29.60GB>>>bytes=os.path.getsize("hdfs/HDFS.log")
>>>bytes1577982906>>>bytes_to_GiB=bytes/1024/1024/1024>>>bytes_to_GiB1.4696111027151346# In the table 1.47GB
The text was updated successfully, but these errors were encountered:
Hello, thank you very much for your contribution!
I have started to recalculate your results and in the table column "Raw Size" I think that some of the results must have unit of measure GiB instead of GB.
For example for datasets Thunderbird, HDFS and BGL:
The text was updated successfully, but these errors were encountered: