test: update example values

This commit is contained in:
Johann Schopplich
2025-10-25 19:49:34 +02:00
parent 45352879e1
commit f32c290631
4 changed files with 27 additions and 27 deletions

View File

@@ -34,7 +34,7 @@ const BENCHMARK_EXAMPLES = [
user: {
id: 123,
name: 'Ada',
tags: ['admin', 'ops', 'developer'],
tags: ['reading', 'gaming', 'coding'],
active: true,
},
},
@@ -71,7 +71,7 @@ const BENCHMARK_EXAMPLES = [
host: 'localhost',
port: 5432,
credentials: {
username: 'admin',
username: 'dbuser',
password: 'secret123',
},
},