Skip to content

Commit 2e33770

Browse files
committed
chore: fix path under bench to be compatible with v8
1 parent a51bae3 commit 2e33770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const routes = [
1717
{ method: 'GET', url: '/map/:location/events' },
1818
{ method: 'GET', url: '/status' },
1919
{ method: 'GET', url: '/very/deeply/nested/route/hello/there' },
20-
{ method: 'GET', url: '/static/(.*)' }
20+
{ method: 'GET', url: '/static/{/*path}' }
2121
];
2222

2323
function noop() {}

0 commit comments

Comments
 (0)