diff --git a/cmt/requirements b/cmt/requirements
index ad95cf2ede19f938d4f9d0a6b3c9730854df3ab1..0ba6869b2f883bcdbed2b71cb4b90f49ff4e1d6f 100644
--- a/cmt/requirements
+++ b/cmt/requirements
@@ -3,7 +3,7 @@
 # Maintainer : Ben Couturier
 #============================================================================
 package           PRConfig
-version           v1r64
+version           v1r65
 
 #============================================================================
 # Structure, i.e. directories to process.
diff --git a/doc/release.notes b/doc/release.notes
index 3b50ea81e35ad77f21f6a3a085d67765a879b6e9..945e94cfb508e7aabe7f47ac620765422945ed7f 100644
--- a/doc/release.notes
+++ b/doc/release.notes
@@ -4,6 +4,59 @@
 ! Purpose     : App Configuration for performance and regression tests
 !-----------------------------------------------------------------------------
 
+========================= PRConfig v1r65 2023-12-07 =========================
+
+! 2023-12-05 - commit 2fd9c22
+
+ - Merge branch 'lugrazet-BW-hlt1-fix-loggingerror' into 'master'
+
+   [RTA BW Tests] quick fix for Hlt1 BW test. len(inputs) < 2 breaks logging
+   string
+
+   See merge request lhcb-datapkg/PRConfig!363
+
+! 2023-12-05 - commit ee5e840
+
+ - Merge branch 'spruce-bw-input-Dec23' into 'master'
+
+   Add new Dec2023 samples for Sprucing PR tests
+
+   See merge request lhcb-datapkg/PRConfig!364
+
+! 2023-11-29 - commit f4c873b
+
+ - Merge branch 'rjhunter-bwtest-cleanup-copies' into 'master'
+
+   [RTA BW tests] Small cleanups after !359
+
+   See merge request lhcb-datapkg/PRConfig!362
+
+! 2023-11-28 - commit 6f6c963
+
+ - Merge branch 'rjhunter-reduce-moore-threads-in-bw-test' into 'master'
+
+   [Bandwidth tests] Use LBN_BUILD_JOBS to properly set n_threads on Moore in BW
+   test
+
+   See merge request lhcb-datapkg/PRConfig!356
+
+! 2023-11-16 - commit 11208b4
+
+ - Merge branch 'rjhunter-chained-test-feasibility' into 'master'
+
+   [RTA BW tests] Test feasibility of copying HLT2 output to read into sprucing
+   test
+
+   See merge request lhcb-datapkg/PRConfig!359
+
+! 2023-11-08 - commit ac9460c
+
+ - Merge branch 'lugrazet-BW-hlt1testpage-cleanup' into 'master'
+
+   [RTA BW Tests] BW test page clean-ups
+
+   See merge request lhcb-datapkg/PRConfig!355
+
 ========================= PRConfig v1r64 2023-11-01 =========================
 
 ! 2023-11-01 - commit f7f0f10
diff --git a/python/PRConfig/TestFileDB.py b/python/PRConfig/TestFileDB.py
index 0cd4bd639e9e4d7bd6ef029144aae8f0b55b74ca..e16ed992c88a10fc0bf58c3ce0ccda5737f571b4 100644
--- a/python/PRConfig/TestFileDB.py
+++ b/python/PRConfig/TestFileDB.py
@@ -13507,3 +13507,20 @@ testfiles(
     comment=
     'Hlt2 Full stream output as of December 2023, used as inputs for Sprucing tests, HLT2 output rate around 128 kHz',
     test_file_db=test_file_db)
+
+testfiles(
+    'expected-2024_B2JpsiK_ee_MD', [
+        'root://x509up_u137380@eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/DIGI/00205665/0000/00205665_00000051_1.digi'
+    ], {
+        'Author': 'Albert Lopez',
+        'Format': 'DIGI',
+        'DataType': 'Upgrade',
+        'Simulation': True,
+        'Date': '2023-12-13',
+        'DDDB': 'dddb-20231017',
+        'CondDB': 'sim-20231017-vc-md100',
+        "GeometryVersion": "run3/trunk",
+        "ConditionsVersion": "master",
+    },
+    'Test sample of B2JpsiK with Jpsi2ee for electron run 3 studies, MagDown, Sim10c',
+    test_file_db=test_file_db)
diff --git a/scripts/benchmark-scripts/Moore_bandwidth_test.sh b/scripts/benchmark-scripts/Moore_bandwidth_test.sh
index df471e944e279391d45f8e4bb11f7ba53a111054..b82c1482d4ddf82eda0417f345714f8736bac092 100755
--- a/scripts/benchmark-scripts/Moore_bandwidth_test.sh
+++ b/scripts/benchmark-scripts/Moore_bandwidth_test.sh
@@ -150,7 +150,7 @@ case $PROCESS in
     case $INPUTDATA in
         nominal)
         CONFIG_FILE="${TEST_PATH_PREFIX}spruce_bandwidth_input.yaml"
-        EXTRA_OPTS=''
+        EXTRA_OPTS='$MOOREROOT/options/muon_geometry_v2.py'
         ;;
         latest)
         # "latest" corresponds to using the uploaded full-stream output from a "process=hlt2, input-data=nominal" test.