Skip to content

fggarcia/actix-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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