Skip to content

eurobench/pi_cpp_duration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PI CPP

License Apache%202.0 blue

Copyright Tecnalia 2020

This is an example of Performance Indicator implemented in C++. It is prepared to be used within the Eurobench Benchmarking Software.

Docker image generation

Run the following command in order to create the docker image for this PI:

docker build . -t pi_cpp_docker_image

Launch the docker image

docker run --rm -v $PWD/test_data/input:/in -v $PWD/out_folder:/out pi_cpp_docker_image ./run_pi /in/data_in.csv /out

Acknowledgements

cropped logoweb

Supported by Eurobench - the European robotic platform for bipedal locomotion benchmarking. More information: Eurobench website

Euro flag

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement no. 779963. The opinions and arguments expressed reflect only the author‘s view and reflect in no way the European Commission‘s opinions. The European Commission is not responsible for any use that may be made of the information it contains.

About

Example PI algorithm implemented in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published