3rd large migration to outbox.

This commit is contained in:
Vitor Pamplona
2025-07-01 20:38:18 -04:00
parent e10332c957
commit 0cfcfaf899
624 changed files with 19405 additions and 11339 deletions

View File

@@ -74,7 +74,7 @@ class HintIndexerBenchmark {
val key = keys.random()
benchmarkRule.measureRepeated {
indexer.getKey(key)
indexer.hintsForKey(key)
}
}