Skip to content

Commit

Permalink
Rename task
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 26, 2021
1 parent c33b599 commit 80e5eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const CURRENT_URL = new URL(import.meta.url)

// The fastest possible task
// eslint-disable-next-line no-empty-function
export const snappy = () => {}
export const noop = () => {}

// Very fast task
export const fast = () => {
Expand Down

0 comments on commit 80e5eee

Please sign in to comment.