Skip to content

Commit

Permalink
Remove unused dockerfile and update benchmark record (#1437)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

1. Remove libcxx branch
2. Remove ubuntu2310 dockerfile
3. Update release CI benchmark record

### Type of change

- [x] Refactoring

---------

Signed-off-by: Jin Hai <[email protected]>
  • Loading branch information
JinHai-CN authored Jul 4, 2024
1 parent 846bcfd commit 4c892f8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 43 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- 'main'
- '*.*.*'
- 'libcxx'
paths-ignore:
- 'docs/**'
- '*.md'
Expand Down
41 changes: 0 additions & 41 deletions scripts/Dockerfile_infinity_builder_ubuntu2310

This file was deleted.

2 changes: 1 addition & 1 deletion tools/ci_tools/check_benchmark_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


def main():
benchmark_bars = {"sift_1": 1.897754, "sift_8": 0.332755}
benchmark_bars = {"sift_1": 1.84197, "sift_8": 0.286523}
benchmark_id = sys.argv[1]
standard = benchmark_bars[benchmark_id]
file_path = sys.argv[2]
Expand Down

0 comments on commit 4c892f8

Please sign in to comment.