Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Aug 16, 2024
1 parent 5609f7f commit 5d5e249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const TestName = async ({ perf, container }) => {
perf.evaluate('rendering', 'start', 'end');

// Test the rendering duration by giving a callback function
perf.evaluate('rendering', () => {
await perf.evaluate('rendering', () => {
for (let i = 0; i < 1000; i++) {
ctx.fillRect(0, 0, 100, 100);
}
Expand Down Expand Up @@ -72,4 +72,4 @@ export default defineConfig({

## License

&copy; 2024 Aarebecca. ISC License.
&copy; 2024 Aarebecca. ISC License.

0 comments on commit 5d5e249

Please sign in to comment.