mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
Merge pull request #1239 from yuce/1090-testdata-for-fragment-benchmarks
[TRIVIAL] Adds fragment test data, implements #1090
This commit is contained in:
commit
ec10e74c85
2 changed files with 3 additions and 1 deletions
|
|
@ -30,7 +30,9 @@ import (
|
|||
|
||||
// Test flags
|
||||
var (
|
||||
FragmentPath = flag.String("fragment", "", "fragment path")
|
||||
// In order to generate the sample fragment file,
|
||||
// run an import and copy PILOSA_DATA_DIR/INDEX_NAME/FRAME_NAME/0 to testdata/sample_view
|
||||
FragmentPath = flag.String("fragment", "testdata/sample_view/0", "fragment path")
|
||||
)
|
||||
|
||||
// SliceWidth is a helper reference to use when testing.
|
||||
|
|
|
|||
BIN
testdata/sample_view/0
vendored
Normal file
BIN
testdata/sample_view/0
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue