Skip to content

andreiavrammsd/cpp-static-task-executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static task executor

Testing of template based task executor. Compared with a version based on dynamic polymorphism.

Requirements

  • C++11
  • CMake 3.12+
  • g++-9 (Ubuntu 9.3.0-11ubuntu0~18.04.1) 9.3.0

Better tests with CPU scaling disabled

https://github.com/google/benchmark#disabling-cpu-frequency-scaling

sudo cpupower frequency-set --governor performance
sudo cpupower frequency-set --governor powersave

Results

See benchmark results.

Releases

No releases published

Packages

No packages published