[Config] Updated benchmark configs

This commit is contained in:
Allan Jeremy 2022-05-12 19:15:34 +03:00
parent 5b0e840bb0
commit decdf98942

View file

@ -1,4 +1,4 @@
name: Benchmarks - PR name: Luau Benchmarks
on: on:
push: push:
@ -35,8 +35,8 @@ jobs:
- { - {
script: "run-benchmarks", script: "run-benchmarks",
timeout: 12, timeout: 12,
title: "Concurrent FPS Benchmark", title: "Luau Performance Benchmark",
cachegrindTitle: "FrameRate", cachegrindTitle: "Performance",
cachegrindIterCount: 20, # Extra iterations to ensure we hit the first artificial slowdown. cachegrindIterCount: 20, # Extra iterations to ensure we hit the first artificial slowdown.
} }