This benchmark establishes baseline the cost-of-doing-business for using a given interpreted language. Each program is the nearest equivalent of a single exit(0) command in the given language. It establishes the lower threshold for initialization/teardown overhead before/after the interpreter can actually do any work.
The below tests were all run on the same CPU running the noop programs for 200 iterations. The result is the total amount of time in seconds it took to complete all iterations. Past results cannot be compared to newer results as they are usually run on different hardware.