diff --git a/src/tests/perf_txn_single_thread.cc b/src/tests/perf_txn_single_thread.cc index 29c1be3426a..18aeae6fe8b 100644 --- a/src/tests/perf_txn_single_thread.cc +++ b/src/tests/perf_txn_single_thread.cc @@ -15,8 +15,8 @@ #include "threaded_stress_test_helpers.h" -// The intent of this test is to measure the throughput of the test infrastructure executing a nop -// on multiple threads. +// The intent of this test is to measure how fast a single thread can +// commit and create transactions when there exist N transactions. DB_TXN** txns; int num_txns;