sopeco / DynamicSpotter

A framework for measurement-based, automatic detection of software performance problems
http://sopeco.github.io/DynamicSpotter/
Apache License 2.0
6 stars 9 forks source link

New service operation to retrieve results #116

Open DenisKnoepfle opened 10 years ago

DenisKnoepfle commented 10 years ago

After a successful diagnosis run the results should be retrievable via DS service. Here only the main results should be retrieved. But additionally it should be possible to fetch the raw data (offered as a download option in the UI later) if required.

DenisKnoepfle commented 9 years ago

Implemented request operation for main results in 23318e3e4c5638a19811fadfb8a32191e949e423.

DenisKnoepfle commented 9 years ago

Implemented automatic fetching of results in 72c07c148d37cc1dd136056a026d95d1e6cfb5c6.

DenisKnoepfle commented 9 years ago

Now all resources are fetched as well except for raw data (the csv folder).