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 a56c903 commit 1ad566f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bench/src/main/java/org/sample/RendezvousBenchmark.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public void sendToChannel() throws InterruptedException {
channel.send(63);
}


@Benchmark
@Group("channel")
@GroupThreads(1)
Expand Down

1 comment on commit 1ad566f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 0.90.

Benchmark suite Current: 1ad566f Previous: da42f1b Ratio
org.sample.RendezvousBenchmark.channel 9869.604671146584 ops/ms 9809.983433455393 ops/ms 1.01
org.sample.RendezvousBenchmark.exchanger 25286.433330787426 ops/ms 20198.751029825304 ops/ms 1.25
org.sample.RendezvousBenchmark.synchronous_queue 8570.444042044957 ops/ms 8347.924224677055 ops/ms 1.03

This comment was automatically generated by workflow using github-action-benchmark.

CC: @adamw

Please sign in to comment.