ArkScript-lang / ArkScript-lang/benchmarks
Implement a log rotation every N benchmarks
- 主要言語
- Python
- スター
- 2
- フォーク
- 2
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
We should cut the data files in N elements so that the website do not load a million results and try to render it all at once.
Files could be stored as (i*N)-original-name, so that we can find them easily.
We should also limit the number of elements in the current file to N max. All the excess should go to another file (N*i)-original-name.
The old files will then file up slowly and we will still have enough data in the current files for the graphs.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
このissueにはファイルもテストも記載されていません。まず、benchmarkデータのwriterと、これらのファイルを読み取るwebsiteのコードを見つけ、次に現在のファイルがどのように追加され、グラフ用の結果がどのように読み込まれるかを追跡します。完了条件は、設定可能なN要素の上限でファイルが分割され、websiteが保存されたbenchmarkデータを引き続き見つけて描画できることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- data, performance
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100