コード例 #1
0
ファイル: bench.py プロジェクト: kgiusti/quiver
    def print_summary(self):
        print("--- Server command ---")
        print("> {}".format(_plano.read(self.command_file)), end="")
        print("--- Server output ---")

        for line in _plano.read_lines(self.output_file):
            print("> {}".format(line), end="")
コード例 #2
0
ファイル: bench.py プロジェクト: ssorj/quiver
    def print_summary(self):
        print("--- Server command ---")
        print("> {}".format(_plano.read(self.command_file)), end="")
        print("--- Server output ---")

        for line in _plano.read_lines(self.output_file):
            print("> {}".format(line), end="")