How to set a constant amount of actions in the ramping VUs executor

Hi,

I have to run performance test with 150 VUs for 45 minutes, but I require only 15000 actions (api calls).
Is there a way so set this in k6?

Regards,
Pawel

closest solution could be Shared iterations. You will need to calculate the number of call in an interation and number of VUs.