From 79d9ec2bdef0a82172fa0aa56f12004bef206c04 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Wed, 29 Apr 2026 14:45:41 +0800 Subject: Compress base files, use c-style strings in benchmarks. --- bm/bm_size.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bm/bm_size.pl') 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)); -- cgit v1.2.3