mgastner / cartogram-cpp

Cartogram generator in C++
MIT License
8 stars 4 forks source link

`benchmark.sh` should rely on numbers outputted by C++ code. #173

Open adisidev opened 1 month ago

adisidev commented 1 month ago

Currently, benchmark.sh relies on hyperfine to benchmark our code. However, we should use the time report the C++ program already generates for us instead.