Commit 6c10c9c5 authored by quyuan's avatar quyuan

add ci

parent 2e48d62c
import subprocess
import os
def check_shell(cmd):
"""
shell successful
"""
res = os.system(cmd)
assert res == 0
......
......@@ -16,7 +16,7 @@ class TestBench():
"""
test bench
"""
def ci_ben(self):
def test_ci_ben(self):
"""
ci benchmark
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment