FrameworkBenchmarks icon indicating copy to clipboard operation
FrameworkBenchmarks copied to clipboard

[c++] Udate all frameworks to build silently

Open joanhey opened this issue 1 year ago • 3 comments

Actually it's so verbose that we can see the total results. And finish with the output buffer full, even with no space left on device in the runners. Also using a lot of space in the Citrine servers to storage the logs.

  • [x] cinatra
  • [x] cpoll_cppsp
  • [ ] cppcms
  • [ ] cpoll_cppsp
  • [x] cuehttp
  • [ ] cutelyst
  • [ ] drogon
  • [ ] libhttpserver
  • [ ] libsniper
  • [ ] ltio
  • [ ] oatpp
  • [ ] paozhu
  • [ ] poco
  • [x] reactor
  • [ ] treefrog
  • [ ] userver

joanhey avatar Dec 09 '24 18:12 joanhey

image

PD: perhaps we need to prune the images after use it.

joanhey avatar Dec 09 '24 23:12 joanhey

In the mongodb update never finish the tests. That we need to test only the permutations that use this db only.

We have this with C++ frameworks:

image

joanhey avatar Dec 09 '24 23:12 joanhey

Ugh... CICD already takes forever, and pruning between runs would mean re-downloading images instead of reusing them. However, if we're running out of space because [docker], then we probably have to.

We do a check in the continuous shutdown script to check whether we are running out of space and clean at that point - perhaps a similar check could be implemented into the github action and prune only then.

msmith-techempower avatar Mar 17 '25 16:03 msmith-techempower

Closing as this has been open for nearly a year.

Reopen if you plan to continue the work on it.

msmith-techempower avatar Nov 11 '25 17:11 msmith-techempower