Skip to content

dns2utf8/lasttest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lasttest

lasttest is a load generator written in rust

It is designed for 64 bit NUMA-Systems

Build status

Linux and Mac: Build Status

Windows:

Clippy Linting Result

Run local

cargo run --release local all

Adapt deploy

Edit this line in the Makefile to set your target host:

TARGET_HOST="huge.cluster.machine.edu"

Contribute

Pull Requests are very welcome.

Errors

libc not found / too old

./lasttest: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by ./lasttest)

If you encounter this error, use the docker container to build lasttest with an older libc or use the compile-musl and compile-musl target.