Performance of a Suite of Tests
- Channel ID: 83418
- Author: anoush
- Access: Public
Visualizations for a suite of performance tests. Data collected using the MATLAB Performance Testing Framework
performance, trend, matlabunit, matlab
performance, trend, matlabunit, matlab
myrun = runperf;
mysamples = vertcat(myrun.Samples)
dataTable = table(mysamples.Timestamp, cellstr(mysamples.Platform), cellstr(mysamples.Host), cellstr(mysamples.Version), cellstr(mysamples.Name), cellstr(mysamples.RunIdentifier), mysamples.MeasuredTime);
% ThingSpeak Channel and API Key
channelID = 83418;
writeKey = 'HLIPK1FSEESV1627';
thingSpeakWrite(channelID, dataTable, 'WriteKey', writeKey);