blockloadtest

module
v0.0.0-...-903124b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2019 License: MIT

README

blockloadTest

Testing db's for load with data blocks

Results

In test_results.txt

benchmark levelDB

from src/

sh doTest.sh

benchmark Tarantool

setup

Required scripts in src/tarantool/app.lua

from src/tarantool

sh doTest.sh

Tune bench params

doTest.sh

-count 4 # amount of test runs
-cpu 4 
-benchtime 3s # max time for each run

levelDB_test.go

const (
	NTimes = 1000 // how many batches to add
    NBatch = 100 // batches 
    // or just NTimes * NBatch = NSize --> amount of blocks to add
)

tarantool_test.go

const (
	nInsert = 1000 // amount of blocks to add
)

Directories

Path Synopsis
src

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL