this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add more level targets for testing

garrison c1eb3906 85a6593a

+2 -2
+1 -1
lib/xks/xks.ex
··· 827 827 end 828 828 end 829 829 830 - @level_tables_target {0, 2, 4, 8, 16, 32, 64} 830 + @level_tables_target {0, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024} 831 831 defp level_target(level), do: elem(@level_tables_target, level) 832 832 833 833 def info_manifest(%XKS{} = xks, partition) when is_integer(partition) do
+1 -1
test/xks_test.exs
··· 255 255 path = :memory 256 256 257 257 Hobbes.XKS.Fuzz.WriteInfo.run(100, [ 258 - iterations: 300, 258 + iterations: 1000, 259 259 xks_opts: [ 260 260 path: path, 261 261 block_size: 128 * 1024,