shithub: mc

Download patch

ref: 7b6d31689c011fd8505d1eb96c829e89688d89d2
parent: 19d7fac9e6210af527ee1e72de4878d3951c41f6
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Sep 22 11:58:37 EDT 2015

Don't try to benchmark the benchmark program.

--- a/bench/runbench.myr
+++ b/bench/runbench.myr
@@ -7,7 +7,7 @@
 
 	std.put("Running benchmarks: {} samples per binary\n", Nsamp);
 	tot = 0.0;
-	for arg in args
+	for arg in args[1:]
 		tot = tot + timeit(arg)
 	;;
 	std.put("total:\t{}s\n", tot);