[no-release-notes] Merge pull request #7127 from dolthub/nicktobey/perf

Disable performance bats test.
This commit is contained in:
Nick Tobey
2023-12-08 10:03:26 -08:00
committed by GitHub

View File

@@ -1,6 +1,8 @@
#!/usr/bin/env bats
load $BATS_TEST_DIRNAME/helper/common.bash
# NOTE: These are currently disabled because the high variance in GitHub CI makes them unreliable.
# This BATS test attempts to detect performance regressions when using standard workflows on large datasets.
# Please note that this is a rough approach that is not designed to detect all performance issues, merely an extra
# safeguard against bugs that cause large (order-of-magnitude+) regressions.
@@ -31,6 +33,7 @@ create_repo() {
}
setup() {
skip
cp -r $BATS_TEST_DIRNAME/performance-repo/ $BATS_TMPDIR/dolt-repo-$$
cd $BATS_TMPDIR/dolt-repo-$$
}