Skip to content

Commit 08fe49f

Browse files
authored
Update bun-simple.js
1 parent 58c6c54 commit 08fe49f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

benchmark/bun-simple.js

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
const server = Bun.serve({
2-
port: 8080,
3-
fetch(request) {
4-
return new Response('hello');
5-
},
6-
});
2+
port: 8080,
3+
fetch(request) {
4+
return new Response('hello');
5+
},
6+
});
77

8-
console.log(`Server running at ${server.url}`);
9-
8+
console.log(`Server running at ${server.url}`);

0 commit comments

Comments
 (0)