1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 03:03:21 +08:00

Reduce number of tested value combination

121 combinations took 2min+
This commit is contained in:
ekrctb 2023-01-17 22:12:06 +09:00
parent 776b6fa2e1
commit e65108533a

View File

@ -31,9 +31,9 @@ namespace osu.Game.Rulesets.Osu.Tests
[Test]
public void TestMaximumDistanceTrackingWithoutMovement(
[Values(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10)]
[Values(0, 5, 10)]
float circleSize,
[Values(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10)]
[Values(0, 5, 10)]
double velocity)
{
const double time_slider_start = 1000;