Skip to content

Commit 770aec3

Browse files
Yujie-Liurli9
authored andcommitted
jobs/phoronix-test-suite-part2.yaml: update pgbench-1.14.0 options
$ phoronix-test-suite run pgbench-1.14.0 PostgreSQL 16: pts/pgbench-1.14.0 System Test Configuration 1: 1 2: 100 3: 1000 4: 10000 5: 25000 [Intended for very large servers.] 6: Test All Options ** Multiple items can be selected, delimit by a comma. ** Scaling Factor: 1: 1 2: 50 3: 100 4: 250 5: 500 6: 800 7: 1000 8: 5000 9: Test All Options ** Multiple items can be selected, delimit by a comma. ** Clients: 1: Read Write 2: Read Only 3: Test All Options ** Multiple items can be selected, delimit by a comma. ** Mode: Signed-off-by: Yujie Liu <[email protected]> Signed-off-by: Philip Li <[email protected]>
1 parent 95964e6 commit 770aec3

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

jobs/phoronix-test-suite-part2.yaml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,21 @@ phoronix-test-suite:
3131
- petsc-1.0.0
3232
- test: pgbench-1.14.0
3333
option_a:
34-
- Buffer Test
35-
# - Mostly RAM # need more than 3h
36-
# - On-Disk # need more than 3h
37-
# - Test All Options
34+
- 1 # 1
35+
- 2 # 100
36+
- 3 # 1000
37+
- 4 # 10000
38+
- 5 # 25000 [Intended for very large servers.]
39+
# - 6 # Test All Options
3840
option_b:
39-
- Single Thread
40-
- Normal Load
41-
# - Heavy Contention
41+
- 1
42+
- 50
43+
- 100
44+
- 250
45+
- 500
46+
- 800
47+
- 1000
48+
- 5000
4249
# - Test All Options
4350
option_c:
4451
- Read Write

0 commit comments

Comments
 (0)