mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-26 18:29:03 -06:00
[no-release-notes] Merge pull request #7127 from dolthub/nicktobey/perf
Disable performance bats test.
This commit is contained in:
@@ -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-$$
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user