Skip to content

性能优化,尝试减少内存分配 #120

性能优化,尝试减少内存分配

性能优化,尝试减少内存分配 #120

Workflow file for this run

name: Test Project
on:
push:
branches:
workflow_dispatch:
jobs:
test-project:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: make test