Last active
February 5, 2024 18:50
-
-
Save nightcycle/f6a095a04020944e42e61d38da77cb02 to your computer and use it in GitHub Desktop.
benchmark.d.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--!nocheck | |
export type BenchmarkProfiler = { | |
Begin: (label: string) -> (), | |
End: () -> (), | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment