Skip to content

Commit

Permalink
Merge pull request #46 from Cysharp/hadashiA/readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
hadashiA authored Mar 22, 2024
2 parents b020deb + f6158d3 commit 2e4a620
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 2e4a620

Please sign in to comment.