tum-esi / wade

WoT API Development Environment built on top of thingweb.node-wot

Home Page:https://www.ei.tum.de/en/esi/home/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Performance] Results of multiple interactions are not saved in output file

eileenoo opened this issue · comments

In the Performance tab, when multiple interactions have been selected and timing measurements for them have been executed, the user is able to save the output (= measurements) in a json file.

The problem is, that only the measurements of the first selected interactions are saved here (together with selected options).

  • Measurements of all selected interactions have to be saved in the output file
    The structure of the JSON output file has to be altered, as selected options apply for all different interaction measurements. (E.g. interaction-specific measurement should be stored in an array or obj)

Will be solved with my next pull request. Closing it to not forget it.