Is there a way to measure scenario run time? I have a scenario that currently uses a datastore but I would prefer to use a google sheet. Speed is important in this specific scenario so I wanted a quantifiable measure the performance difference.
Hi. No dobuts, datastore is more fast!
Don’t hesitate to contact us if you require further assistance.
Cheers
//HFBR
yes I know but is there any way to measure it?
Unfortunately I believe not.
Don’t hesitate to contact us if you require further assistance.
Cheers
//HFBR
I think there is a way to do it.
Using the make.com api, you can create a scenario that:
- returns all the logs of a sceanario using the get log module.
- get the details of each log using MakeanAPI Call and this endpoint: GET/scenarios/{scenarioId}/logs/{executionId}
The details contain the duration in ms.
Hope this helps!
Cheers
//TSO
1 Like
great thanks. I knew i had seen it somewhere. I publish the results of my test when I’ve done it… will be interesting to see. Will also include a mySql database for comparison. Good holiday project when i need to escape