We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8daa9e4 commit 4509ac8Copy full SHA for 4509ac8
.github/workflows/bench.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Start MySQL
66
run: sudo /etc/init.d/mysql start
67
68
- - name: Run benchmarks - mysql
+ - name: Run benchmarks
69
run: |
70
echo "## Default run" > benchmark.md
71
hyperfine --warmup 1 --export-markdown bench-mysql.md -n 'mysql-main' './bench-main -runs 2 -backend mysql' -n 'mysql-pr' './bench-pr -runs 2 -backend mysql'
0 commit comments