- run-benchmark-ips THUNK #!optional SECONDS WARMUPSprocedure
Determines how many times one can run the given (THUNK) per second and returns a list of the iterations/second.
- SECONDS
- real ; seconds of run while counting, defaults to 5
- WARMUPS
- real ; seconds of run before counting, defaults to 2