File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 77
77
echo $'\n' >> benchmark.md
78
78
cat bench-redis.md >> benchmark.md
79
79
80
+ - name : Run large benchmarks
81
+ if : github.event.issue.pull_request && contains(github.event.comment.body, '!large')
82
+ run :
80
83
echo "## Large payload run (5MB)" >> benchmark.md
81
84
hyperfine --warmup 1 --export-markdown bench-mysql-l.md -n 'mysql-main' './bench-main -resultsize 5000000 -runs 2 -backend mysql -timeout 240s' -n 'mysql-pr' './bench-pr -resultsize 5000000 -runs 2 -backend mysql -timeout 240s'
82
85
hyperfine --warmup 1 --export-markdown bench-sqlite-l.md -n 'sqlite-main' './bench-main -resultsize 5000000 -runs 2 -backend sqlite -timeout 240s' -n 'sqlite-pr' './bench-pr -resultsize 5000000 -runs 2 -backend sqlite -timeout 240s'
You can’t perform that action at this time.
0 commit comments