Skip to content

Bump vite from 4.5.1 to 4.5.2 in /ui #433

Bump vite from 4.5.1 to 4.5.2 in /ui

Bump vite from 4.5.1 to 4.5.2 in /ui #433

Workflow file for this run

name: Benchmark
on:
# push:
pull_request:
jobs:
Benchmark-go:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.21
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: install mysql
uses: mirromutth/mysql-action@v1.1
with:
mysql database: 'kfs'
mysql root password: '12345678'
- name: Build
run: |
bash scripts.sh benchmark go
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
tool: 'go'
output-file-path: core/output.txt
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true