eMoflon / benchmarx

Infrastructure for implementing benchmarx: benchmarks for bidirectional transformation (bx) tools. Also contains a collection of example benchmarx and test runners for various and diverse bx tools.
GNU General Public License v3.0
9 stars 12 forks source link

Timeout in BXToolTimer #51

Closed anthonyanjorin closed 1 year ago

anthonyanjorin commented 7 years ago

Currently, very slow tools can make it difficult to run scalability measurements (they have to be commented out for larger input).

A solution would be to inforce a specified timeout in the BXToolTimer.

tsdh commented 7 years ago

That would be a good feature but I also found the performance bottleneck in my solution and check if I can fix it on time.

tsdh commented 7 years ago

Nope, I can't. Or rather, I fixed what I found but it didn't have a too big effect. :-(