Skip to content

Commit ab72549

Browse files
author
Geoffrey Broadwell
committed
Display known components in config command output
1 parent 09d1e76 commit ab72549

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bench

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ my $COMPONENTS = from-json(slurp "$PROGRAM_DIR/components.json");
1919

2020
#= Show benchmark configuration
2121
multi MAIN ('config') {
22-
say "Benchmark root: $PROGRAM_DIR";
23-
say "Perl 6 program: $*EXECUTABLE_NAME";
24-
say "Perl 6 version: $*PERL<compiler>< name ver build-date >";
22+
say "Benchmark root: $PROGRAM_DIR";
23+
say "Perl 6 program: $*EXECUTABLE_NAME";
24+
say "Perl 6 version: $*PERL<compiler>< name ver build-date >";
25+
say "Known components: $COMPONENTS.keys.sort.join(', ')";
2526
}
2627

2728
#= Prepare for mass benchmarking

0 commit comments

Comments
 (0)