Skip to content

Commit

Permalink
benchmarks: remove call to removed psu method
Browse files Browse the repository at this point in the history
Motivation:

See https://rb.dcache.org/r/13976/
master@62de04a14e

and

https://rb.dcache.org/r/13968/
Commit c0c11f4

The call to the removed switch should be eliminated
from the benchmark test.

Modification:

Do it.

Result:

IntelliJ is happy.

Target: master
Patch: https://rb.dcache.org/r/13980/
Requires-notes: no
Acked-by: Tigran
  • Loading branch information
alrossi committed May 11, 2023
1 parent 55e3bf9 commit 8819d13
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -347,7 +347,6 @@ public void setUp() throws CommandException {
@Threads(value = 16)
public int matchCaching() {

psu.setCachingEnabeled(true);
String address = adresses[ThreadLocalRandom.current().nextInt(adresses.length)];
PoolPreferenceLevel[] preference = psu.match(
DirectionType.WRITE, // operation
Expand Down

0 comments on commit 8819d13

Please sign in to comment.