Skip to content

Commit

Permalink
actually pass compression flag to the test
Browse files Browse the repository at this point in the history
  • Loading branch information
sidorares committed Jan 30, 2023
1 parent 2aec282 commit 52598e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:

- name: Run tests
# todo: run full test suite once test createServer is implemented using Bun.listen
run: FILTER=test-select MYSQL_PORT=3306 bun run test
run: MYSQL_USE_COMPRESSION=${{ matrix.use-compression }} FILTER=test-select MYSQL_PORT=3306 bun run test

1 comment on commit 52598e8

@github-actions
Copy link
Contributor

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 1.50.

Benchmark suite Current: 52598e8 Previous: 2aec282 Ratio
read 43 column definitions (select * from mysql.user) and access column lazy fields once 2671 ops/sec (±0.07%) 4033 ops/sec (±1.79%) 1.51

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

CC: @sidorares

Please # to comment.