Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 386 Bytes

File metadata and controls

30 lines (20 loc) · 386 Bytes

sample-project-cpp

This is a sample project for showcasing how optimization can be performed in Python using Artemis

Usage

Build:

make && make compile

Run Main:

./build/src/main

Run Unit Tests:

./build/tests/tests [test]

Run Benchmarking:

./build/tests/tests [benchmark]

For more advanced settings, run cmake directly.