Skip to content

fggarcia/actix-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fee4e8b · Sep 17, 2020

History

11 Commits
Sep 16, 2020
Sep 17, 2020
Sep 16, 2020
Sep 17, 2020
Aug 18, 2020
Sep 17, 2020
Sep 16, 2020
Sep 16, 2020
Aug 18, 2020
Aug 18, 2020

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published