live-bench
Live benchmarking platform — FastAPI + click CLI + Vue 3 frontend with real-time SSE bar charts
파일 탐색기
최종 버전 다운로드 (.zip)- build.md
- commit-push.md
- install.md
- plan-w-team.md
- prime.md
- __init__.py
- fanout.py
- logs.py
- poll.py
- proc.py
- run.py
- screenshot.py
- send.py
- session.py
- __init__.py
- errors.py
- output.py
- proc.py
- sentinel.py
- tmux.py
- main.py
- pyproject.toml
- uv.lock
- SKILL.md
- __init__.py
- broker.py
- config.py
- db.py
- http_ingest.py
- logging.py
- main.py
- models.py
- rest.py
- sse_stream.py
- store.py
- __init__.py
- conftest.py
- fixtures_export.py
- test_http_ingest.py
- test_sse_stream.py
- test_store.py
- pyproject.toml
- README.md
- uv.lock
- _harness.py
- _mlx_runner.py
- bench.py
- extract_fixtures.py
- fixtures.json
- _harness.py
- _mlx_runner.py
- bench.py
- extract_fixtures.py
- fixtures.json
- run.py
- data.csv
- sample.txt
- _pi_runner.py
- _tasks.py
- bench.py
- run_all.py
- data.csv
- sample.txt
- _pi_runner.py
- _tasks.py
- bench.py
- run_all.py
- run.py
- _harness.py
- _mlx_runner.py
- bench.py
- run_all.py
- _harness.py
- _mlx_runner.py
- bench.py
- run_all.py
- memory_test.py
- peak_rss_test.py
- __init__.py
- complete_cmd.py
- emit_cmd.py
- list_cmd.py
- meta_cmd.py
- ping_cmd.py
- reset_cmd.py
- show_cmd.py
- stream_cmd.py
- tail_cmd.py
- __init__.py
- fake_stream.py
- __init__.py
- cli.py
- client.py
- models.py
- __init__.py
- test_client.py
- test_commands.py
- pyproject.toml
- README.md
- uv.lock
- alibaba.png
- alibaba.svg
- apple.png
- apple.svg
- google.png
- google.svg
- nvidia-logo-vert-blk_6390c37f-960b-42bd-a176-b51cfa6d7ba4-prv.png
- nvidia-mark.png
- nvidia.png
- nvidia.svg
- ollama.png
- ollama.svg
- pi.png
- pi.svg
- rest.ts
- stream.ts
- AnimatedBar.test.ts
- AnimatedBar.vue
- BarGradientDefs.vue
- BenchmarkCard.vue
- BenchmarkGrid.vue
- ConnectionBadge.vue
- DatasetStatusBar.vue
- EmptyState.vue
- gradient.ts
- GroupedBarChart.vue
- LayoutSwitcher.vue
- NavBar.vue
- PromptModal.vue
- TagBar.vue
- ThemeSwitcher.vue
- BenchmarkPage.vue
- LandingPage.test.ts
- LandingPage.vue
- benchmarks.ts
- connection.ts
- prefs.ts
- session.test.ts
- session.ts
- main.css
- themes.css
- .gitkeep
- App.vue
- main.ts
- router.ts
- schemas.test.ts
- schemas.ts
- themes.ts
- bun.lock
- index.html
- package.json
- README.md
- tsconfig.json
- vite.config.smoke.ts
- vite.config.ts
- context-scaling-3way.yaml
- context-scaling.yaml
- mock-test.yaml
- pi-coding-agent-3way.yaml
- pi-coding-agent.yaml
- qwen35-vs-gemma4.yaml
- qwen36-vs-qwen35-vs-gemma4.yaml
- hero.svg
- brand-icons-tags-metrics.md
- context-scaling-benchmark.md
- init_live_bench.md
- live-bench-build-plan.md
- per-chart-groups-refactor.md
- per-group-metadata-modal.md
- pi-coding-agent-benchmark.md
- qwen35-vs-gemma4-live-benchmark.md
- qwen36-trio-benchmarks.md
- single-benchmark-many-charts-validation.md
- single-benchmark-many-charts.md
- .env.sample
- .gitignore
- CLAUDE.md
- justfile
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/disler/live-bench
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd live-bench
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd apps/frontend
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
3. Python
쉬움사전 준비물
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
pip install .
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
