mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
refs #5404, add a comment explaining what the test does
git-svn-id: file:///svn/toku/tokudb@47327 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
daab5bf158
commit
0688096bfe
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue