Esempio n. 1
0
    def test_plot_output_power(self):
        """plot_utils.plot_output_power() doesn't bomb"""

        run1 = trappy.Run(name="first")
        run2 = trappy.Run(name="second")
        runs = [run1, run2]

        plot_utils.plot_output_power(runs, self.actor_order, width=20)
        matplotlib.pyplot.close('all')
Esempio n. 2
0
    def test_plot_output_power(self):
        """plot_utils.plot_output_power() doesn't bomb"""

        trace1 = trappy.FTrace(name="first")
        trace2 = trappy.FTrace(name="second")
        traces = [trace1, trace2]

        plot_utils.plot_output_power(traces, self.actor_order, width=20)
        matplotlib.pyplot.close('all')
Esempio n. 3
0
    def test_plot_output_power(self):
        """plot_utils.plot_output_power() doesn't bomb"""

        run1 = trappy.Run(name="first")
        run2 = trappy.Run(name="second")
        runs = [run1, run2]

        plot_utils.plot_output_power(runs, self.actor_order, width=20)
        matplotlib.pyplot.close('all')
Esempio n. 4
0
    def test_plot_output_power(self):
        """plot_utils.plot_output_power() doesn't bomb"""

        trace1 = trappy.FTrace(name="first")
        trace2 = trappy.FTrace(name="second")
        traces = [trace1, trace2]

        plot_utils.plot_output_power(traces, self.actor_order, width=20)
        matplotlib.pyplot.close('all')