- (benchmark-measure-ips (begin EXPR ...)) -> (list-of float)syntax
- (benchmark-measure-ips ([SECONDS [WARMUPS]]) EXPR ...) -> (list-of float)syntax
Determines how many times one can run the given EXPR ... 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