Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

run tests

You need to have to some hugepage configured:

  • edit /etc/sysctl.conf
  • add vm.nr_hugepages = 256
  • reload: sysctl -p /etc/sysctl.conf
  • sudo mkdir -p /mnt/huge
  • edit /etc/fstab
  • add none /mnt/huge hugetlbfs defaults 0 0
  • sudo mount -a

And have qemu installed (>= 2.5) Then run tests: (may take a long time):

  • make check

run benchmarks

If you want to run benchmarks:

$ ./configure --with-benchmarks
$ make
$ make bench