Skip to content

Commit

Permalink
feat: removed unnecessary benchmarks
Browse files Browse the repository at this point in the history
still wip
  • Loading branch information
eddienubes committed Feb 10, 2024
1 parent 02e4a3c commit 0eddc13
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 145 deletions.
Binary file removed benchmark/fixtures/cat.jpg
Binary file not shown.
61 changes: 0 additions & 61 deletions benchmark/http.bench.ts

This file was deleted.

22 changes: 0 additions & 22 deletions benchmark/sagetest.ts

This file was deleted.

23 changes: 0 additions & 23 deletions benchmark/supertest.ts

This file was deleted.

38 changes: 0 additions & 38 deletions benchmark/tinybench.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/Sage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export class Sage {
e
);
} finally {
// If there is a dedicated server, skip its shutdown
// If there is a dedicated server, skip its shutdown. User is responsible for it.
if (!this.config.dedicated) {
this.sageServer.server.close();
}
Expand Down

0 comments on commit 0eddc13

Please sign in to comment.