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 5db19d4 commit a6846bc
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 @@ -83,6 +83,7 @@ public void exchange1() throws InterruptedException {
@GroupThreads(1)
public void exchange2() throws InterruptedException {
exchanger.exchange(64);
Thread.sleep(10);
}

//
Expand Down

1 comment on commit a6846bc

@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: a6846bc Previous: 05a5021 Ratio
org.sample.RendezvousBenchmark.channel 198.86444708597418 ns/op 197.98395097142296 ns/op 1.00
org.sample.RendezvousBenchmark.exchanger 10134085.020714287 ns/op 85.72652897673802 ns/op 118214.11
org.sample.RendezvousBenchmark.synchronous_queue 230.98469296703888 ns/op 221.88246319940515 ns/op 1.04

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

CC: @adamw

Please sign in to comment.