Showing with 1 addition and 1 deletion.
  1. +1 −1 benchmark/runbench.d
2 changes: 1 addition & 1 deletion benchmark/runbench.d
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void runTests(Config cfg)
auto tgt = bin.setExtension("gcx.log");
rename("gcx.log", tgt);
auto lines = File(tgt, "r").byLine()
.find!(ln => ln.canFind("maxPoolMemory"));
.find!(ln => ln.canFind("GC summary:"));
if (!lines.empty) gcprof = lines.front.find("GC summary:")[11..$].idup;
}
else
Expand Down