From decdf9894220c63c18886b6b53dd135766e911d8 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 12 May 2022 19:15:34 +0300 Subject: [PATCH] [Config] Updated benchmark configs --- .github/workflows/benchmark.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 176589eb..5ce08b7b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -1,4 +1,4 @@ -name: Benchmarks - PR +name: Luau Benchmarks on: push: @@ -35,8 +35,8 @@ jobs: - { script: "run-benchmarks", timeout: 12, - title: "Concurrent FPS Benchmark", - cachegrindTitle: "FrameRate", + title: "Luau Performance Benchmark", + cachegrindTitle: "Performance", cachegrindIterCount: 20, # Extra iterations to ensure we hit the first artificial slowdown. }