Skip to content

Commit

Permalink
spelling: workload
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Mar 20, 2024
1 parent a42bd25 commit 96eb7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/sphinx/source/client-testing.rst
Expand Up @@ -456,7 +456,7 @@ The transaction context provides methods for implementation of the transaction l

commit and finish the transaction. If the commit is successful, the execution proceeds to the
continuation of ``execTransaction()``. In case of a retriable error the transaction is
automatically retried. A fatal error results in a failure of the workoad.
automatically retried. A fatal error results in a failure of the workload.


.. function:: done()
Expand Down
2 changes: 1 addition & 1 deletion fdbserver/workloads/ExpectStableThroughput.actor.cpp
Expand Up @@ -7,7 +7,7 @@

#include "flow/actorcompiler.h" // This must be the last include

// This workload is meant to be run with the ThroughputQuotaWorklaod.
// This workload is meant to be run with the ThroughputQuotaWorkload.
// The ThroughputQuotaWorkload sets a total quota, and then this workload runs
// with tagged transactions for a long duration, attempting to achieve a higher
// throughput than the specified quota. The check phase of this workload then
Expand Down

0 comments on commit 96eb7e9

Please sign in to comment.