소스 검색

wip

pull/16/head
Henry Case 3 년 전
부모
커밋
be031f2001
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. +5
    -5
      .github/workflows/main.yml

+ 5
- 5
.github/workflows/main.yml 파일 보기

@@ -109,10 +109,6 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: true
- uses: rhysd/github-action-benchmark@v1
with:
tool: 'googlecpp'
output-file-path: benchmark_result.json
- name: build
run: |
mkdir -p build
@@ -121,4 +117,8 @@ jobs:
make
- name: run benchmarks
run: |
./test/bench/bench --benchmark_format=json | tee benchmark_result.json
./test/bench/bench --benchmark_format=json | tee benchmark_result.json
- uses: rhysd/github-action-benchmark@v1
with:
tool: 'googlecpp'
output-file-path: benchmark_result.json

불러오는 중...
취소
저장