Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Oct 1, 2024
1 parent 3be969e commit 5bf2e65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public Stresstest(String suiteID, long stresstestID, Config config, ResponseBody
public void run() {
if (!warmupWorkers.isEmpty()) {
SPARQLProtocolWorker.initHttpClient(warmupWorkers.size());
var warmupResults = executeWorkers(warmupWorkers); // warmup results will be dismissed
executeWorkers(warmupWorkers); // warmup results will be dismissed
SPARQLProtocolWorker.closeHttpClient();
}
SPARQLProtocolWorker.initHttpClient(workers.size());
Expand Down

0 comments on commit 5bf2e65

Please sign in to comment.