Skip to content

Instantly share code, notes, and snippets.

@nightcycle
Last active February 5, 2024 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nightcycle/f6a095a04020944e42e61d38da77cb02 to your computer and use it in GitHub Desktop.
Save nightcycle/f6a095a04020944e42e61d38da77cb02 to your computer and use it in GitHub Desktop.
benchmark.d.lua
--!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