mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
Reduce amount of bit setting in mutex sample data
The mutex sample data test should still hit bugs with smaller N and is very expensive for larger/denser data sets.
This commit is contained in:
parent
33bd22a7cf
commit
1f754dd998
1 changed files with 4 additions and 4 deletions
|
|
@ -4809,9 +4809,9 @@ type mutexSize struct {
|
|||
}
|
||||
|
||||
var mutexDensities = []mutexDensity{
|
||||
{"64K", 16},
|
||||
// {"64K", 16},
|
||||
// {"32K", 15}, // 50-50
|
||||
// {"16K", 14}, // 1/4
|
||||
{"16K", 14}, // 1/4
|
||||
// {"8K", 13},
|
||||
// {"4K", 12}, // a fair number of things
|
||||
{"1K", 10},
|
||||
|
|
@ -4821,9 +4821,9 @@ var mutexDensities = []mutexDensity{
|
|||
|
||||
var mutexSizes = []mutexSize{
|
||||
// {"4r", 2},
|
||||
// {"16r", 4},
|
||||
{"16r", 4},
|
||||
// {"256r", 8},
|
||||
{"2Kr", 11},
|
||||
// {"2Kr", 11},
|
||||
// {"65Kr", 16},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue