nutofem / nuto

NuTo - yet another finite element library
https://nuto.readthedocs.io
Boost Software License 1.0
17 stars 5 forks source link

Setup benchmark server #205

Open TTitscher opened 6 years ago

TTitscher commented 6 years ago

They are often not build by the developers and not build on travis either. Should we at least compile them in travis?

Psirus commented 6 years ago

I'd wait for the benchmark server, where they will be build and run to good effect. Until then, how important is it that they stay up to date with the changing API? Seems unnecessary work imho.

Psirus commented 6 years ago

Update: The benchmark server has been set up. An additional command line parameter is necessary for Boost::test to output the necessary logs, which can be seen in this commit: d0f5bde8. There, the parameters have been added to the integration tests just for testing the Jenkins setup. Now, we would have to think about which tests we actually want to be measured.