Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catatsuy/isucon10_q_pra
https://github.com/catatsuy/isucon10_q_pra
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/catatsuy/isucon10_q_pra
- Owner: catatsuy
- Created: 2021-06-27T01:46:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T07:12:57.000Z (over 3 years ago)
- Last Synced: 2024-05-01T20:23:03.345Z (6 months ago)
- Language: TypeScript
- Size: 2.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webapp
各言語の参考実装が用意されています。
```
.
├── fixture # 問題に使用されるデータ
├── frontend # フロントエンドのソースコード
├── mysql # MySQL のテーブルデータ
├── nginx # Nginx の設定ファイル
├── deno # Deno の参考実装
├── go # Go の参考実装
├── nodejs # Node.js の参考実装
├── perl # Perl の参考実装
├── php # PHP の参考実装
├── python # Python の参考実装
├── ruby # Ruby の参考実装
└── rust # Rust の参考実装
```## 起動方法
```sh
make isuumo/{lang}
```ベンチマーカーはフロントエンド側へのリクエストを行わないため、以下のコマンドでも計測は可能です。
```sh
make api-server/{lang}
```