Skip to content

v.1.4.1

Latest
Compare
Choose a tag to compare
@jpargudo jpargudo released this 16 Oct 10:10
· 1 commit to master since this release

Version 1.4.1 (October, 16th 2024)

Major changes

  • Added a new parameter in command line: -rsleep time.Duration
    Like -sleep, this parameter will add a sleep time between 2 iterations (executions) of the -script script.sql (or whatever it's name).

    The difference is that the actual sleep time will be a random duration between 0 and that parameter. This is usefull when there are multiple -clients running, so they don't fire each at the same exact time... Or when one wants to execution to be just random.

    If used aside -sleep time.Duration, then the total sleep time between two iterations will be sum of both, one being a fixed duration and the other being a random one.

Minor changes

  • review of examples in the documentation

NEW in the github release process

Thanks to Étienne BERSAC ( @bersace ) remarks:

  • Publishing binaries directly in the release

  • Binaries directly in the repo itself will be removed it pollutes a lot, making the repo way bigger than what it should

$ md5sum pgSimload*
8e2fef8861c61d81dcfa08f18d5c5e4c  pgSimload
eed6894cb131464e1b14c209d0f6236f  pgSimload_mac
8c80e9f2da22ad9a426945f54ec9019b  pgSimload_static
2c3016e3f89314dd950dcb82a13a4f27  pgSimload_win.exe