Skip to content

Commit

Permalink
JT-78303: Clean up test
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-zatsepin committed Jan 10, 2024
1 parent 060b193 commit cda1880
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class EntityIterableCacheTest : EntityStoreTestBase() {
private val logQueryResult = false

init {
System.setProperty("exodus.entityStore.entityIterableCache.size", "8192")
// System.setProperty("exodus.entityStore.entityIterableCache.weight", "128000")
// Use for local experiments to change cache params
// System.setProperty("exodus.entityStore.entityIterableCache.size", "8192")
}
}

Expand Down Expand Up @@ -53,6 +53,7 @@ class EntityIterableCacheTest : EntityStoreTestBase() {

fun testHitRate() {
// Given
// Use these params to experiment with cache locally
val projectCount = 2
val userCount = 20
val issueCount = 1000
Expand Down

0 comments on commit cda1880

Please sign in to comment.