Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 465 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 465 Bytes

START ENVIRONMENT

docker

cd docker
./startup

wait scylla finish startup

insert data

cd scripts

./example.sh

benchmark

ab -H 'X-UOW: fede-local' -c 8 -n 1200000 'http://localhost:9290/actix-example/store?name=asd'

for reproduce thread sanitizer

first

rustup override set nightly

startup app

RUST_LOG=debug RUSTFLAGS="-Zsanitizer=thread" cargo run --target x86_64-unknown-linux-gnu