summaryrefslogtreecommitdiffstats
path: root/bm/bm_size.pl
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-04-29 14:45:41 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-04-30 13:03:34 +0800
commit79d9ec2bdef0a82172fa0aa56f12004bef206c04 (patch)
treea67429a13b094145823bb5669d49b0f37401a6d4 /bm/bm_size.pl
parent1b64a87816c06526229f9dc03b12f1092541ae59 (diff)
downloadurn-79d9ec2bdef0a82172fa0aa56f12004bef206c04.tar.gz
Compress base files, use c-style strings in benchmarks.HEADmaster
Diffstat (limited to 'bm/bm_size.pl')
-rw-r--r--bm/bm_size.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bm/bm_size.pl b/bm/bm_size.pl
index d21cfd6..d3d10d7 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));