languages
languages copied to clipboard
Julia: update benchmark code
Please see each commit message for justification.
I'd love for Julia to join the list of languages that are represented in the new in-process benchmarks.
- #371
- #410
Julia was one of my reasons to insist on shifting to benchmarking without start-times involved.
The new reference fibonacci programs do if (n < 2) return n for early termination, btw. Or whatever is faster for each language.