feat(kvdb) Support 256bit write granularity for kvdb (#396)
AutoTestCI / AutoTest (GRAN=1) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=128) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=256) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=32) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=64) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=8) (push) Has been cancelled

This commit is contained in:
Baseline
2026-03-21 10:02:52 +08:00
committed by GitHub
parent db383a1944
commit 08c541a9d7
4 changed files with 28 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
write_gran: [1, 8, 32, 64, 128]
write_gran: [1, 8, 32, 64, 128, 256]
env:
TEST_BSP_ROOT: ../AutoTestBsp
UTEST_RUNNER_PATH: ../UtestRunner