mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
[Config] Updated benchmark configs
This commit is contained in:
parent
5b0e840bb0
commit
decdf98942
1 changed files with 3 additions and 3 deletions
6
.github/workflows/benchmark.yml
vendored
6
.github/workflows/benchmark.yml
vendored
|
@ -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.
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue