Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/disler/live-bench
/ functions
Functions
371 in github.com/disler/live-bench
⨍
Functions
371
◇
Types & classes
47
↳
Endpoints
7
↓ 1 callers
Function
_build_multichart_config
(session_id: str = MULTI_SESSION_ID)
apps/backend/tests/test_sse_stream.py:39
↓ 1 callers
Function
_build_multichart_config
Two-chart × two-group benchmark with DIFFERENT metric keys per chart. Chart ``recall`` owns metric ``recall``; chart ``latency`` owns metric
apps/backend/tests/test_http_ingest.py:35
↓ 1 callers
Function
_client_ts_text
Render a Pydantic ``client_ts`` field back to its wire TEXT form.
apps/backend/src/live_bench_server/store.py:256
↓ 1 callers
Function
_configure_root
()
apps/backend/src/live_bench_server/logging.py:20
↓ 1 callers
Function
_deep_merge
Merge new into existing. For nested dicts (like 'responses'), merge recursively.
apps/backend/src/live_bench_server/store.py:182
↓ 1 callers
Function
_default_benchmarks_dir
Resolve the default benchmarks directory relative to apps/backend. ``apps/backend/src/live_bench_server/main.py`` → go up 4 parents to reach
apps/backend/src/live_bench_server/main.py:35
↓ 1 callers
Method
_drain_outbox
Replay any pending outbox lines through ``/ingest``. Each line is a JSON-serialised ``IngestRequest`` from a previous run. Lines that
apps/cli/src/live_bench_cli/client.py:215
↓ 1 callers
Function
_emit
(server: str, chart: str, group: str, metric: str, value: float)
apps/benchmarks/pi-coding-agent/bench.py:41
↓ 1 callers
Function
_emit
(server: str, chart: str, group: str, metric: str, value: float)
apps/benchmarks/pi-coding-agent-3way/bench.py:45
↓ 1 callers
Function
_emit_complete
(server: str, chart: str, group: str)
apps/benchmarks/pi-coding-agent/bench.py:59
↓ 1 callers
Function
_emit_complete
(server: str, chart: str, group: str)
apps/benchmarks/pi-coding-agent-3way/bench.py:63
↓ 1 callers
Function
_ensure_chart_id_columns
Idempotent additive migration for the chart_id columns. Detects whether the existing dev DB pre-dates the multi-chart schema and ALTERs the t
apps/backend/src/live_bench_server/db.py:104
↓ 1 callers
Function
_extract_metrics
Extract token counts, tool calls, turns, and response text from agent_end.
apps/benchmarks/pi-coding-agent/_pi_runner.py:54
↓ 1 callers
Function
_extract_metrics
Extract token counts, tool calls, turns, and response text from agent_end.
apps/benchmarks/pi-coding-agent-3way/_pi_runner.py:54
↓ 1 callers
Function
_free_port
()
apps/backend/tests/test_sse_stream.py:73
↓ 1 callers
Function
_parse_agent_end
Find and parse the agent_end JSON event from Pi's stdout.
apps/benchmarks/pi-coding-agent/_pi_runner.py:39
↓ 1 callers
Function
_parse_agent_end
Find and parse the agent_end JSON event from Pi's stdout.
apps/benchmarks/pi-coding-agent-3way/_pi_runner.py:39
↓ 1 callers
Function
_parse_args
(argv: list[str] | None = None)
apps/cli/src/live_bench_cli/dev/fake_stream.py:27
↓ 1 callers
Function
_parse_client_ts
Parse an ISO-8601 string into an aware UTC ``datetime``. Accepts ``Z`` and ``+00:00`` suffixes; naive inputs are assumed UTC.
apps/cli/src/live_bench_cli/commands/emit_cmd.py:32
↓ 1 callers
Function
_print_event
( console: Console, event: str | None, event_id: str | None, data: str, )
apps/cli/src/live_bench_cli/commands/tail_cmd.py:64
↓ 1 callers
Function
_render_chart_matrix
Render one chart's matrix + dataset status bar. Uses the shared ``latest`` map keyed by ``(chart_id, group_key, metric_key)``.
apps/cli/src/live_bench_cli/commands/show_cmd.py:61
↓ 1 callers
Function
_resolve_charts
Return the chart list, synthesising a default chart for legacy configs. Mirrors ``BenchmarkConfig.all_charts()`` from the Pydantic side: if the
apps/cli/src/live_bench_cli/commands/show_cmd.py:35
↓ 1 callers
Function
_resolve_paths
()
apps/backend/src/live_bench_server/main.py:49
↓ 1 callers
Function
_to_iso_utc_microseconds
Render a datetime as fixed-width ISO-8601 UTC with microsecond precision. - Naive datetimes are assumed UTC. - Aware datetimes are converted
apps/backend/src/live_bench_server/models.py:42
↓ 1 callers
Method
all_benchmarks
Return every benchmark defined in this file as a flat list. Hides the single-vs-multi shape from callers — they always get a list.
apps/backend/src/live_bench_server/models.py:252
↓ 1 callers
Function
applyInitialTheme
()
apps/frontend/src/main.ts:13
↓ 1 callers
Function
available_gb
Current system available RAM in GB.
apps/benchmarks/memory_test.py:33
↓ 1 callers
Function
bench_gemma4_mlx
Benchmark Gemma 4 MLX via long-lived MLXRunner at each context size.
apps/benchmarks/context-scaling-3way/bench.py:293
↓ 1 callers
Function
bench_gemma4_mlx
Benchmark Gemma 4 MLX via long-lived MLXRunner at each context size.
apps/benchmarks/context-scaling/bench.py:273
↓ 1 callers
Function
bench_gemma4_mlx
Benchmark Gemma 4 MLX via long-lived MLXRunner.
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/bench.py:207
↓ 1 callers
Function
bench_gemma4_mlx
Benchmark Gemma 4 MLX via long-lived MLXRunner.
apps/benchmarks/qwen35-vs-gemma4/bench.py:201
↓ 1 callers
Function
bench_ollama
Benchmark every Ollama-hosted MLX backend at each context size.
apps/benchmarks/context-scaling-3way/bench.py:233
↓ 1 callers
Function
bench_ollama
Benchmark Qwen MLX via Ollama at each context size.
apps/benchmarks/context-scaling/bench.py:223
↓ 1 callers
Function
bench_ollama
Benchmark all Ollama-hosted backends, emitting per-prompt results.
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/bench.py:168
↓ 1 callers
Function
bench_ollama
Benchmark all Ollama-hosted backends, emitting per-prompt results.
apps/benchmarks/qwen35-vs-gemma4/bench.py:162
↓ 1 callers
Method
broadcast_all
Fan out ``event`` to every subscriber across ALL sessions.
apps/backend/src/live_bench_server/broker.py:84
↓ 1 callers
Function
build_samples
Build one realistic instance of every public model.
apps/backend/tests/fixtures_export.py:43
↓ 1 callers
Function
cleanup_task_dir
Remove a temp dir.
apps/benchmarks/pi-coding-agent/_tasks.py:469
↓ 1 callers
Function
cleanup_task_dir
Remove a temp dir.
apps/benchmarks/pi-coding-agent-3way/_tasks.py:469
↓ 1 callers
Function
cli
live-bench — push benchmark results at the server from anywhere on the LAN.
apps/cli/src/live_bench_cli/cli.py:44
↓ 1 callers
Method
close
(self)
apps/cli/src/live_bench_cli/client.py:89
↓ 1 callers
Method
close
(self)
apps/benchmarks/context-scaling-3way/_harness.py:148
↓ 1 callers
Method
close
(self)
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/_harness.py:148
↓ 1 callers
Method
close
(self)
apps/benchmarks/qwen35-vs-gemma4/_harness.py:148
↓ 1 callers
Function
complete
(group: str, server: str)
apps/benchmarks/mock-test/run.py:83
↓ 1 callers
Method
drain
Close all subscriptions. Called on app shutdown.
apps/backend/src/live_bench_server/broker.py:89
↓ 1 callers
Function
emit
(group: str, metric: str, value: float, server: str)
apps/benchmarks/mock-test/run.py:65
↓ 1 callers
Function
event_generator
()
apps/backend/src/live_bench_server/sse_stream.py:71
↓ 1 callers
Function
extract_from_hf
Pull 7 samples from the OpenAI GraphWalks dataset.
apps/benchmarks/context-scaling-3way/extract_fixtures.py:162
↓ 1 callers
Function
extract_from_hf
Pull 7 samples from the OpenAI GraphWalks dataset.
apps/benchmarks/context-scaling/extract_fixtures.py:162
↓ 1 callers
Function
find_ollama_runner_pids
()
apps/benchmarks/peak_rss_test.py:55
↓ 1 callers
Method
generate
Send one generate request and return the metrics dict.
apps/benchmarks/context-scaling-3way/_harness.py:121
↓ 1 callers
Method
generate
Send one generate request and return the metrics dict.
apps/benchmarks/context-scaling/_harness.py:121
↓ 1 callers
Method
generate
Send one generate request and return the metrics dict.
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/_harness.py:121
↓ 1 callers
Method
generate
Send one generate request and return the metrics dict.
apps/benchmarks/qwen35-vs-gemma4/_harness.py:121
↓ 1 callers
Function
get_benchmark
Load the full ``BenchmarkConfig`` for a session, or ``None`` if missing.
apps/backend/src/live_bench_server/store.py:93
↓ 1 callers
Function
listBenchmarks
()
apps/frontend/src/api/rest.ts:31
↓ 1 callers
Function
load_fixtures
Load pre-extracted GraphWalks samples keyed by context size key.
apps/benchmarks/context-scaling-3way/bench.py:84
↓ 1 callers
Function
load_fixtures
Load pre-extracted GraphWalks samples keyed by context size key.
apps/benchmarks/context-scaling/bench.py:74
↓ 1 callers
Function
main
()
apps/backend/tests/fixtures_export.py:167
↓ 1 callers
Function
main
(argv: list[str] | None = None)
apps/cli/src/live_bench_cli/dev/fake_stream.py:50
↓ 1 callers
Function
main
()
apps/benchmarks/peak_rss_test.py:144
↓ 1 callers
Function
main
()
apps/benchmarks/memory_test.py:169
↓ 1 callers
Function
main
()
apps/benchmarks/context-scaling-3way/extract_fixtures.py:211
↓ 1 callers
Function
main
()
apps/benchmarks/context-scaling-3way/_mlx_runner.py:31
↓ 1 callers
Function
main
()
apps/benchmarks/context-scaling-3way/bench.py:352
↓ 1 callers
Function
main
()
apps/benchmarks/mock-test/run.py:91
↓ 1 callers
Function
main
()
apps/benchmarks/pi-coding-agent/run_all.py:27
↓ 1 callers
Function
main
()
apps/benchmarks/pi-coding-agent/bench.py:151
↓ 1 callers
Function
main
()
apps/benchmarks/context-scaling/extract_fixtures.py:211
↓ 1 callers
Function
main
()
apps/benchmarks/context-scaling/_mlx_runner.py:31
↓ 1 callers
Function
main
()
apps/benchmarks/context-scaling/bench.py:332
↓ 1 callers
Function
main
()
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/_mlx_runner.py:31
↓ 1 callers
Function
main
()
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/run_all.py:27
↓ 1 callers
Function
main
()
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/bench.py:252
↓ 1 callers
Function
main
()
apps/benchmarks/pi-coding-agent-3way/run_all.py:27
↓ 1 callers
Function
main
()
apps/benchmarks/pi-coding-agent-3way/bench.py:155
↓ 1 callers
Function
main
()
apps/benchmarks/ping/run.py:167
↓ 1 callers
Function
main
()
apps/benchmarks/qwen35-vs-gemma4/_mlx_runner.py:31
↓ 1 callers
Function
main
()
apps/benchmarks/qwen35-vs-gemma4/run_all.py:27
↓ 1 callers
Function
main
()
apps/benchmarks/qwen35-vs-gemma4/bench.py:246
↓ 1 callers
Function
makeConfig
()
apps/frontend/src/stores/session.test.ts:18
↓ 1 callers
Function
makeDatasets
()
apps/frontend/src/stores/session.test.ts:74
↓ 1 callers
Function
makeMultiChartConfig
()
apps/frontend/src/stores/session.test.ts:38
↓ 1 callers
Function
makeMultiChartDatasets
()
apps/frontend/src/stores/session.test.ts:93
↓ 1 callers
Function
makeRouter
()
apps/frontend/src/pages/LandingPage.test.ts:78
↓ 1 callers
Function
make_node_id
Generate a 10-char hex node ID from a seed string, matching GraphWalks format.
apps/benchmarks/context-scaling-3way/extract_fixtures.py:81
↓ 1 callers
Function
make_node_id
Generate a 10-char hex node ID from a seed string, matching GraphWalks format.
apps/benchmarks/context-scaling/extract_fixtures.py:81
↓ 1 callers
Function
make_nonce
()
apps/benchmarks/context-scaling-3way/_harness.py:63
↓ 1 callers
Function
make_nonce
()
apps/benchmarks/context-scaling/_harness.py:63
↓ 1 callers
Function
make_nonce
()
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/_harness.py:63
↓ 1 callers
Function
make_nonce
()
apps/benchmarks/qwen35-vs-gemma4/_harness.py:63
↓ 1 callers
Function
measure_mlx
Measure memory delta for MLX native backend.
apps/benchmarks/memory_test.py:99
↓ 1 callers
Function
measure_ollama
Measure memory delta for an Ollama model.
apps/benchmarks/memory_test.py:59
↓ 1 callers
Function
median_metrics
(results: list[dict])
apps/benchmarks/context-scaling-3way/_harness.py:225
↓ 1 callers
Function
median_metrics
(results: list[dict])
apps/benchmarks/context-scaling/_harness.py:225
↓ 1 callers
Function
median_metrics
(results: list[dict])
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/_harness.py:225
↓ 1 callers
Function
median_metrics
(results: list[dict])
apps/benchmarks/qwen35-vs-gemma4/_harness.py:225
↓ 1 callers
Function
meta
(group: str, data: dict, server: str)
apps/benchmarks/mock-test/run.py:74
↓ 1 callers
Function
nonce_prompt
Prefix a unique nonce so every measured run is a true cache miss.
apps/benchmarks/context-scaling-3way/_harness.py:67
← previous
next →
101–200 of 371, ranked by callers