diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-29 14:45:41 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-05-13 15:15:58 +0800 |
| commit | ff98b5711ae91d5cafd75764be192c0be5e592cf (patch) | |
| tree | 98c4a70bc77e19d6734f5aee9b06d151f5ab2ffa /bm/bm_size.pl | |
| parent | 1b64a87816c06526229f9dc03b12f1092541ae59 (diff) | |
| download | urn-ff98b5711ae91d5cafd75764be192c0be5e592cf.tar.gz | |
Diffstat (limited to 'bm/bm_size.pl')
| -rw-r--r-- | bm/bm_size.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bm/bm_size.pl b/bm/bm_size.pl index d21cfd6..03e499c 100644 --- a/bm/bm_size.pl +++ b/bm/bm_size.pl @@ -13,7 +13,7 @@ if (!defined $files || !defined $depth) { my $base_dir = getcwd(); my $urn_bin = abs_path(File::Spec->catfile("..", "urn")); my $seed_bin = abs_path("seed.pl"); -my $bm_repo = "bm_repo"; +my $bm_repo = "sandbox"; my %results; my @actions = qw(Status Add Commit Status(Clean)); @@ -77,7 +77,6 @@ sub run_benchmark { run_benchmark("URN"); run_benchmark("GIT"); -# --- Vertical Report Formatting --- my $out_file = "BM_REPO_SIZE_${files}_${depth}.txt"; open(my $res, '>', $out_file) or die $!; @@ -103,7 +102,7 @@ foreach my $action (@actions) { close($res); -print "\nComparison complete! Results saved to $out_file\n"; +print "\nResults saved to $out_file\n"; my $pager = $ENV{PAGER} || 'less'; system("$pager $out_file"); |
