We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4b51f commit 3871640Copy full SHA for 3871640
1 file changed
integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBLoadLastCacheIT.java
@@ -42,6 +42,7 @@
42
import org.junit.After;
43
import org.junit.Assert;
44
import org.junit.Before;
45
+import org.junit.Ignore;
46
import org.junit.Test;
47
import org.junit.experimental.categories.Category;
48
import org.junit.runner.RunWith;
@@ -518,7 +519,7 @@ private void queryAll(
518
519
timeConsumptions.stream().mapToLong(i -> i).average().orElse(0.0) / 1000000);
520
}
521
- // @Ignore("Performance")
522
+ @Ignore("Performance")
523
@Test
524
public void testTableLoadPerformance() throws Exception {
525
int deviceCnt = 100;
0 commit comments