Skip to content

Add clustering edge case tests #36

Add clustering edge case tests

Add clustering edge case tests #36

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Benchmark test of the World Engine
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.25.4'
- name: Perform the benchmark with 1,2,4 CPUs
run: cd world && go test -bench=. -benchmem -benchtime=2s -cpu=1,2,4