Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Dec 5, 2023
1 parent 65bee5c commit 4d0b27d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 95 deletions.
4 changes: 1 addition & 3 deletions bench/src/main/java/org/sample/RendezvousBenchmark.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
// this needs to be slightly larger than the test time to avoid warnings
@Timeout(time = 5100, timeUnit = TimeUnit.MILLISECONDS)
@Fork(value = 3)
@BenchmarkMode(Mode.Throughput)
@OutputTimeUnit(TimeUnit.MILLISECONDS)
@BenchmarkMode(Mode.AverageTime)
@State(Scope.Group)
public class RendezvousBenchmark {
private SynchronousQueue<Integer> queue = new SynchronousQueue<>();
Expand Down Expand Up @@ -96,7 +95,6 @@ public void sendToChannel() throws InterruptedException {
channel.send(63);
}


@Benchmark
@Group("channel")
@GroupThreads(1)
Expand Down
92 changes: 0 additions & 92 deletions docs/bench/data.js

This file was deleted.

0 comments on commit 4d0b27d

Please sign in to comment.