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
Hello, I gave a look to your script, and the following caught my eyes:
The data you generate is not only random in content, but also random in size. I feel like the outputs would be more reliable if you generate the data only once, save it into a global variable, and use the very same data in each case.
The data to be compressed is very small: between 0.5 and 4MiB.
The jobSize is very small as well: 512kiB
Have you tried running the same test with bigger data sizes?
Another thing that way be worth investigating is running the zstd command directly to see if the figures you have are inherent to Zstandard or are more specific to the pyzstd library.
I did some practical experiment there and got weird results:
borgbackup/borg#8217 (comment)
The text was updated successfully, but these errors were encountered: