Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Feb 21, 2024
1 parent 80c539c commit 8ec3bb8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ private void validateParameters(Operation operation) {

@Setup(Level.Trial)
public void setUp() throws IOException {
// RK: Move I/O outside the benchmark to reduce variability.
openAPI = getOpenAPI(RESOURCE_PATH);
// RK: Move I/O outside the benchmark to reduce variability.
openAPI = getOpenAPI(RESOURCE_PATH);
}

// @Param({"10", "100", "1000"})
Expand Down Expand Up @@ -206,7 +206,7 @@ public void cloneEverythingConcurrent() throws IOException {
}

class FailureHandler implements Runnable {
Thread[] threads;
Thread[] threads;
Map<String, OpenAPI> filteredMap;
private OpenAPI openAPI;

Expand Down

0 comments on commit 8ec3bb8

Please sign in to comment.