(macro measureOnce (tag code) (...))
Measure the time it takes to run some given code, in milliseconds
Author: @SuperFola
tag: Identifier for the code block (string)code: Node of code to run(macro bench (code times) (...))
Benchmark some given code by running it a given number of times