Skip to content

Commit

Permalink
moar logging
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidNiezgodka committed Oct 18, 2023
1 parent 6df1738 commit 91d0184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js

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

1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const {
async function run() {
try {
const config = validateInputAndFetchConfig()
console.log(config.currBenchResJson)
const currentBenchmark = createCurrBench(config)
const thresholds = config.thresholds
const comparisonModes = config.comparisonModes
Expand Down

1 comment on commit 91d0184

@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: 91d0184 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.