Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
allow for more space of GC output
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Jan 5, 2015
1 parent 6c343f8 commit 1649985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/runbench.d
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void runTests(Config cfg)
auto sw = StopWatch(AutoStart.yes);
auto minDur = Duration.max;

stdout.writef("RUNNING %-20s", bin.relativePath(bindir));
stdout.writef("R %-16s", bin.baseName.stripExtension);
if (cfg.verbose) stdout.writeln();
stdout.flush();

Expand Down

0 comments on commit 1649985

Please sign in to comment.