Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
James committed Nov 26, 2023
1 parent eec3884 commit 4fe25b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/client/Test.client.luau
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Controller:Fire(Vector3.zero)

print(Controller2:InvokeAsync("yoooooo"):Await())

local result = Benchmark.CreateBenchmark():SetFunction(100, function()
local result = Benchmark.CreateBenchmark():SetFunction(1000, function()
Canary.Debugger.LogEvent("Hello Test!!!")
end)

Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ratelimit = "red-blox/[email protected]"
red = "lolmansreturn/[email protected]"

[dev-dependencies]
benchmark = "canary-development/[email protected].0"
benchmark = "canary-development/[email protected].1"

[place]
shared-packages = "game.ReplicatedStorage.Packages"

0 comments on commit 4fe25b8

Please sign in to comment.