Skip to content

Commit

Permalink
benchmarks: fix ci-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Wünsche committed Jan 23, 2024
1 parent 7b488e5 commit fe75e7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
export BETREE_CONFIG=$(realpath ./.ci/haura.json)
./fio --direct=1 --rw=write --bs=4M --ioengine=external:src/fio-engine-haura.o --numjobs=1 --name=iops-test-job --size=128M
haura-benchmarks:
name: benchmarks for the haura storage engine
name: Benchmark Compatibility Tests
runs-on: ubuntu-22.04
timeout-minutes: 60
needs: dependencies
Expand All @@ -217,7 +217,7 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "${HOME}/.cargo/env"
echo "RUSTC_VERSION=$(rustc --version | grep --only-matching '[0-9]\+\.[0-9]\+\.[0-9]\+' | head --lines=1)" >> $GITHUB_ENV
- name: Cache fio
- name: Cache
id: cache
uses: actions/cache@v3
# Environment variables do not seem to work, use ~ instead.
Expand Down
6 changes: 3 additions & 3 deletions betree/haura-benchmarks/example_config/.ci-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
0
],
[
1
0
],
[
2
0
],
[
3
0
]
],
"default_storage_class": 0,
Expand Down
2 changes: 1 addition & 1 deletion betree/haura-benchmarks/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function switchover() {
}

function ci() {
run "$VDEV_TYPE" switchover_small switchover 8 "$((128 * 1024 * 1024))"
run "$VDEV_TYPE" switchover_small switchover 4 "$((128 * 1024 * 1024))"
}

cargo build --release
Expand Down

0 comments on commit fe75e7d

Please sign in to comment.