Files
sysbench/tests/t/drv_pgsql.t
Alexey Kopytov 07b1146b15 Fix #173: Commit feb0346 removed latency sum from reporting
Add latency sum back to reports.
2017-09-19 08:48:27 +03:00

45 lines
1.5 KiB
Perl

########################################################################
PostgreSQL driver tests
########################################################################
$ . $SBTEST_INCDIR/pgsql_common.sh
$ . $SBTEST_INCDIR/drv_common.sh
sysbench *.* * (glob)
Running the test with following options:
Number of threads: 2
Initializing random number generator from current time
Initializing worker threads...
Threads started!
SQL statistics:
queries performed:
read: 10
write: 0
other: 0
total: 10
transactions: 10 (*.* per sec.) (glob)
queries: 10 (*.* per sec.) (glob)
ignored errors: 0 (0.00 per sec.)
reconnects: 0 (0.00 per sec.)
Throughput:
events/s (eps): *.* (glob)
time elapsed: *.*s (glob)
total number of events: 10
Latency (ms):
min: *.* (glob)
avg: *.* (glob)
max: *.* (glob)
95th percentile: *.* (glob)
sum: *.* (glob)
Threads fairness:
events (avg/stddev): *.*/*.* (glob)
execution time (avg/stddev): *.*/*.* (glob)