Make State constructor private. (#650)
The State constructor should not be part of the public API. Adding a utility method to BenchmarkInstance allows us to avoid leaking the RunInThread method into the public API.
Loading
Please sign in to comment