MCPcopy Create free account

hub / github.com/disler/live-bench / functions

Functions371 in github.com/disler/live-bench

↓ 1 callersFunction_build_multichart_config
(session_id: str = MULTI_SESSION_ID)
apps/backend/tests/test_sse_stream.py:39
↓ 1 callersFunction_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 callersFunction_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 callersFunction_configure_root
()
apps/backend/src/live_bench_server/logging.py:20
↓ 1 callersFunction_deep_merge
Merge new into existing. For nested dicts (like 'responses'), merge recursively.
apps/backend/src/live_bench_server/store.py:182
↓ 1 callersFunction_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 callersMethod_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 callersFunction_emit
(server: str, chart: str, group: str, metric: str, value: float)
apps/benchmarks/pi-coding-agent/bench.py:41
↓ 1 callersFunction_emit
(server: str, chart: str, group: str, metric: str, value: float)
apps/benchmarks/pi-coding-agent-3way/bench.py:45
↓ 1 callersFunction_emit_complete
(server: str, chart: str, group: str)
apps/benchmarks/pi-coding-agent/bench.py:59
↓ 1 callersFunction_emit_complete
(server: str, chart: str, group: str)
apps/benchmarks/pi-coding-agent-3way/bench.py:63
↓ 1 callersFunction_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 callersFunction_extract_metrics
Extract token counts, tool calls, turns, and response text from agent_end.
apps/benchmarks/pi-coding-agent/_pi_runner.py:54
↓ 1 callersFunction_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 callersFunction_free_port
()
apps/backend/tests/test_sse_stream.py:73
↓ 1 callersFunction_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 callersFunction_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 callersFunction_parse_args
(argv: list[str] | None = None)
apps/cli/src/live_bench_cli/dev/fake_stream.py:27
↓ 1 callersFunction_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 callersFunction_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 callersFunction_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 callersFunction_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 callersFunction_resolve_paths
()
apps/backend/src/live_bench_server/main.py:49
↓ 1 callersFunction_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 callersMethodall_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 callersFunctionapplyInitialTheme
()
apps/frontend/src/main.ts:13
↓ 1 callersFunctionavailable_gb
Current system available RAM in GB.
apps/benchmarks/memory_test.py:33
↓ 1 callersFunctionbench_gemma4_mlx
Benchmark Gemma 4 MLX via long-lived MLXRunner at each context size.
apps/benchmarks/context-scaling-3way/bench.py:293
↓ 1 callersFunctionbench_gemma4_mlx
Benchmark Gemma 4 MLX via long-lived MLXRunner at each context size.
apps/benchmarks/context-scaling/bench.py:273
↓ 1 callersFunctionbench_gemma4_mlx
Benchmark Gemma 4 MLX via long-lived MLXRunner.
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/bench.py:207
↓ 1 callersFunctionbench_gemma4_mlx
Benchmark Gemma 4 MLX via long-lived MLXRunner.
apps/benchmarks/qwen35-vs-gemma4/bench.py:201
↓ 1 callersFunctionbench_ollama
Benchmark every Ollama-hosted MLX backend at each context size.
apps/benchmarks/context-scaling-3way/bench.py:233
↓ 1 callersFunctionbench_ollama
Benchmark Qwen MLX via Ollama at each context size.
apps/benchmarks/context-scaling/bench.py:223
↓ 1 callersFunctionbench_ollama
Benchmark all Ollama-hosted backends, emitting per-prompt results.
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/bench.py:168
↓ 1 callersFunctionbench_ollama
Benchmark all Ollama-hosted backends, emitting per-prompt results.
apps/benchmarks/qwen35-vs-gemma4/bench.py:162
↓ 1 callersMethodbroadcast_all
Fan out ``event`` to every subscriber across ALL sessions.
apps/backend/src/live_bench_server/broker.py:84
↓ 1 callersFunctionbuild_samples
Build one realistic instance of every public model.
apps/backend/tests/fixtures_export.py:43
↓ 1 callersFunctioncleanup_task_dir
Remove a temp dir.
apps/benchmarks/pi-coding-agent/_tasks.py:469
↓ 1 callersFunctioncleanup_task_dir
Remove a temp dir.
apps/benchmarks/pi-coding-agent-3way/_tasks.py:469
↓ 1 callersFunctioncli
live-bench — push benchmark results at the server from anywhere on the LAN.
apps/cli/src/live_bench_cli/cli.py:44
↓ 1 callersMethodclose
(self)
apps/cli/src/live_bench_cli/client.py:89
↓ 1 callersMethodclose
(self)
apps/benchmarks/context-scaling-3way/_harness.py:148
↓ 1 callersMethodclose
(self)
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/_harness.py:148
↓ 1 callersMethodclose
(self)
apps/benchmarks/qwen35-vs-gemma4/_harness.py:148
↓ 1 callersFunctioncomplete
(group: str, server: str)
apps/benchmarks/mock-test/run.py:83
↓ 1 callersMethoddrain
Close all subscriptions. Called on app shutdown.
apps/backend/src/live_bench_server/broker.py:89
↓ 1 callersFunctionemit
(group: str, metric: str, value: float, server: str)
apps/benchmarks/mock-test/run.py:65
↓ 1 callersFunctionevent_generator
()
apps/backend/src/live_bench_server/sse_stream.py:71
↓ 1 callersFunctionextract_from_hf
Pull 7 samples from the OpenAI GraphWalks dataset.
apps/benchmarks/context-scaling-3way/extract_fixtures.py:162
↓ 1 callersFunctionextract_from_hf
Pull 7 samples from the OpenAI GraphWalks dataset.
apps/benchmarks/context-scaling/extract_fixtures.py:162
↓ 1 callersFunctionfind_ollama_runner_pids
()
apps/benchmarks/peak_rss_test.py:55
↓ 1 callersMethodgenerate
Send one generate request and return the metrics dict.
apps/benchmarks/context-scaling-3way/_harness.py:121
↓ 1 callersMethodgenerate
Send one generate request and return the metrics dict.
apps/benchmarks/context-scaling/_harness.py:121
↓ 1 callersMethodgenerate
Send one generate request and return the metrics dict.
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/_harness.py:121
↓ 1 callersMethodgenerate
Send one generate request and return the metrics dict.
apps/benchmarks/qwen35-vs-gemma4/_harness.py:121
↓ 1 callersFunctionget_benchmark
Load the full ``BenchmarkConfig`` for a session, or ``None`` if missing.
apps/backend/src/live_bench_server/store.py:93
↓ 1 callersFunctionlistBenchmarks
()
apps/frontend/src/api/rest.ts:31
↓ 1 callersFunctionload_fixtures
Load pre-extracted GraphWalks samples keyed by context size key.
apps/benchmarks/context-scaling-3way/bench.py:84
↓ 1 callersFunctionload_fixtures
Load pre-extracted GraphWalks samples keyed by context size key.
apps/benchmarks/context-scaling/bench.py:74
↓ 1 callersFunctionmain
()
apps/backend/tests/fixtures_export.py:167
↓ 1 callersFunctionmain
(argv: list[str] | None = None)
apps/cli/src/live_bench_cli/dev/fake_stream.py:50
↓ 1 callersFunctionmain
()
apps/benchmarks/peak_rss_test.py:144
↓ 1 callersFunctionmain
()
apps/benchmarks/memory_test.py:169
↓ 1 callersFunctionmain
()
apps/benchmarks/context-scaling-3way/extract_fixtures.py:211
↓ 1 callersFunctionmain
()
apps/benchmarks/context-scaling-3way/_mlx_runner.py:31
↓ 1 callersFunctionmain
()
apps/benchmarks/context-scaling-3way/bench.py:352
↓ 1 callersFunctionmain
()
apps/benchmarks/mock-test/run.py:91
↓ 1 callersFunctionmain
()
apps/benchmarks/pi-coding-agent/run_all.py:27
↓ 1 callersFunctionmain
()
apps/benchmarks/pi-coding-agent/bench.py:151
↓ 1 callersFunctionmain
()
apps/benchmarks/context-scaling/extract_fixtures.py:211
↓ 1 callersFunctionmain
()
apps/benchmarks/context-scaling/_mlx_runner.py:31
↓ 1 callersFunctionmain
()
apps/benchmarks/context-scaling/bench.py:332
↓ 1 callersFunctionmain
()
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/_mlx_runner.py:31
↓ 1 callersFunctionmain
()
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/run_all.py:27
↓ 1 callersFunctionmain
()
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/bench.py:252
↓ 1 callersFunctionmain
()
apps/benchmarks/pi-coding-agent-3way/run_all.py:27
↓ 1 callersFunctionmain
()
apps/benchmarks/pi-coding-agent-3way/bench.py:155
↓ 1 callersFunctionmain
()
apps/benchmarks/ping/run.py:167
↓ 1 callersFunctionmain
()
apps/benchmarks/qwen35-vs-gemma4/_mlx_runner.py:31
↓ 1 callersFunctionmain
()
apps/benchmarks/qwen35-vs-gemma4/run_all.py:27
↓ 1 callersFunctionmain
()
apps/benchmarks/qwen35-vs-gemma4/bench.py:246
↓ 1 callersFunctionmakeConfig
()
apps/frontend/src/stores/session.test.ts:18
↓ 1 callersFunctionmakeDatasets
()
apps/frontend/src/stores/session.test.ts:74
↓ 1 callersFunctionmakeMultiChartConfig
()
apps/frontend/src/stores/session.test.ts:38
↓ 1 callersFunctionmakeMultiChartDatasets
()
apps/frontend/src/stores/session.test.ts:93
↓ 1 callersFunctionmakeRouter
()
apps/frontend/src/pages/LandingPage.test.ts:78
↓ 1 callersFunctionmake_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 callersFunctionmake_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 callersFunctionmake_nonce
()
apps/benchmarks/context-scaling-3way/_harness.py:63
↓ 1 callersFunctionmake_nonce
()
apps/benchmarks/context-scaling/_harness.py:63
↓ 1 callersFunctionmake_nonce
()
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/_harness.py:63
↓ 1 callersFunctionmake_nonce
()
apps/benchmarks/qwen35-vs-gemma4/_harness.py:63
↓ 1 callersFunctionmeasure_mlx
Measure memory delta for MLX native backend.
apps/benchmarks/memory_test.py:99
↓ 1 callersFunctionmeasure_ollama
Measure memory delta for an Ollama model.
apps/benchmarks/memory_test.py:59
↓ 1 callersFunctionmedian_metrics
(results: list[dict])
apps/benchmarks/context-scaling-3way/_harness.py:225
↓ 1 callersFunctionmedian_metrics
(results: list[dict])
apps/benchmarks/context-scaling/_harness.py:225
↓ 1 callersFunctionmedian_metrics
(results: list[dict])
apps/benchmarks/qwen36-vs-qwen35-vs-gemma4/_harness.py:225
↓ 1 callersFunctionmedian_metrics
(results: list[dict])
apps/benchmarks/qwen35-vs-gemma4/_harness.py:225
↓ 1 callersFunctionmeta
(group: str, data: dict, server: str)
apps/benchmarks/mock-test/run.py:74
↓ 1 callersFunctionnonce_prompt
Prefix a unique nonce so every measured run is a true cache miss.
apps/benchmarks/context-scaling-3way/_harness.py:67
← previousnext →101–200 of 371, ranked by callers