[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:
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.
}