Skip to content

Commit

Permalink
increased timeout for benchmarks on CI runner and ignoring leveldb be…
Browse files Browse the repository at this point in the history
…nchmark for now
  • Loading branch information
zmckevitt committed Mar 12, 2024
1 parent fce5f9a commit 4cdaace
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/skylake2x-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ jobs:
bash scripts/ci.bash
env:
CI_MACHINE_TYPE: "skylake2x"
timeout-minutes: 600
3 changes: 2 additions & 1 deletion .github/workflows/skylake4x-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ jobs:
bash setup.sh
bash scripts/ci.bash
env:
CI_MACHINE_TYPE: "skylake4x"
CI_MACHINE_TYPE: "skylake4x"
timeout-minutes: 600
1 change: 1 addition & 0 deletions kernel/tests/s10_benchmarks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@ fn s10_memcached_benchmark() {
}

#[test]
#[ignore]
fn s10_leveldb_benchmark() {
setup_network(1);

Expand Down

0 comments on commit 4cdaace

Please sign in to comment.