Skip to content

Instantly share code, notes, and snippets.

@danielkon96
Last active October 27, 2022 05:56
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 danielkon96/ea0633e58cba77159d243b645dc65baa to your computer and use it in GitHub Desktop.
Save danielkon96/ea0633e58cba77159d243b645dc65baa to your computer and use it in GitHub Desktop.
function App() {
useEffect(() => {
sample_benchmark()
}, []);
return <div>Look in the development console to see your benchmark results!</div>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment