Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Mar 22, 2024
1 parent 609be9f commit f6158d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,9 @@ public class WorkloadContext
public WorkloadId WorkloadId { get; }
public int WorkloadCount { get; }
public int WorkloadIndex { get; }
public long ExecuteCount { get; }
public int Concurrency { get; }
public long TotalRequestCount { get; }
public CancellationToken CancellationToken { get; }
}
```
Expand Down

0 comments on commit f6158d3

Please sign in to comment.