Skip to content

Commit

Permalink
CI: vdbench test on more meta engine. (#4600)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 authored Mar 28, 2024
1 parent e407fa5 commit c938fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/resources/vdbench_long_run.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
data_errors=1
fsd=fsd1,anchor=/tmp/jfs,depth=1,width=2,files=2,sizes=(30m,0),shared=yes,openflags=o_direct
fwd=fwd1,fsd=fsd1,threads=4,xfersize=(512,20,4k,20,64k,20,512k,20,1024k,20),fileio=random,fileselect=random,rdpct=70
rd=rd1,fwd=fwd*,fwdrate=max,format=restart,elapsed=800,interval=1
rd=rd1,fwd=fwd*,fwdrate=max,format=restart,elapsed=1800,interval=1
2 changes: 1 addition & 1 deletion .github/workflows/vdbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
meta: [ 'redis', 'mysql', 'fdb']
meta: [ 'redis', 'mysql', 'fdb', 'tikv']
runs-on: ubuntu-20.04

steps:
Expand Down

0 comments on commit c938fc7

Please sign in to comment.