mvcc benchmark compilation fix

This commit is contained in:
Jussi Saurio
2025-09-30 17:34:49 +03:00
parent fd84fd0683
commit 509bde109e

View File

@@ -68,7 +68,7 @@ fn bench(c: &mut Criterion) {
.read(
tx_id,
RowID {
table_id: 1,
table_id: (-2).into(),
row_id: 1,
},
)
@@ -98,7 +98,7 @@ fn bench(c: &mut Criterion) {
tx_id,
Row {
id: RowID {
table_id: 1,
table_id: (-2).into(),
row_id: 1,
},
data: record_data.clone(),
@@ -126,7 +126,7 @@ fn bench(c: &mut Criterion) {
tx_id,
Row {
id: RowID {
table_id: 1,
table_id: (-2).into(),
row_id: 1,
},
data: record_data.clone(),
@@ -140,7 +140,7 @@ fn bench(c: &mut Criterion) {
.read(
tx_id,
RowID {
table_id: 1,
table_id: (-2).into(),
row_id: 1,
},
)
@@ -155,7 +155,7 @@ fn bench(c: &mut Criterion) {
tx_id,
Row {
id: RowID {
table_id: 1,
table_id: (-2).into(),
row_id: 1,
},
data: record_data.clone(),
@@ -170,7 +170,7 @@ fn bench(c: &mut Criterion) {
tx_id,
Row {
id: RowID {
table_id: 1,
table_id: (-2).into(),
row_id: 1,
},
data: record_data.clone(),