Skip to content

Commit

Permalink
add failing condition
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidNiezgodka committed Oct 18, 2023
1 parent c627075 commit bb40766
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ async function run() {
prev,
config.thresholds,
config.comparisonModes,
config.comparisonMargins
config.comparisonMargins,
config.failingCondition
)
}
}
Expand Down

1 comment on commit bb40766

@DawidNiezgodka
Copy link
Owner Author

Choose a reason for hiding this comment

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

Benchmark

Benchmark information

Please note that you're comparing benchmarks with different names!

Current Benchmark Last Benchmark2
Execution time: 1 m Execution time: 138 m
Parametrization: Parametrization:
- ack: 2 - ack: 1
- read-in-ram: true - read-in-ram: true
Other Info: kafka, v2.3 Other Info: kafka, v2.3

Results

Metric name Current: bb40766 Previous: fcc88c2 Condition Result
latency 222 ms 200 ms smaller 🔴
metric2 222 op/s 200 op/s bigger 🟢
metric3 222 % 200 % range 🟢

Benchmark failed
The chosen failing condition is 'any', and at least one metric failed.

Please sign in to comment.