Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BiogoKrishna ¶
func BleveIndex ¶
Types ¶
type GVisor ¶
type GVisor struct{}
GVisor is a dynamic assets Generator for the gvisor benchmark.
type Tile38 ¶
type Tile38 struct{}
Tile38 is a dynamic assets Generator for the tile38 benchmark.
func (Tile38) Generate ¶
Generate starts from static assets to generate a persistent store for Tile38 that will be passed to the server for benchmarking.
The persistent store is created from gen-data/allCountries.txt, which is a TSV file listing points of interest around the globe, and gen-data/countries.geojson, which is a GeoJSON file that describe countries' borders. Both of these are used to populate a running Tile38 server which is downloaded and built on the fly, using the same version of Tile38 that will be benchmarked.
The resulting persistent store is placed in the data directory in the output directory.
This generator also copies over the static assets used to generate the dynamic assets.