You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logging: Make IDs consistent, add helpers and visualization utils
Makes the :id field consistent (NamedTuple or nothing)
Adds enable/disable logging helpers and log fetch helper
Adds MultiEventLog events to collect task dependency info
Adds utility for creating digraph from task dependency log info
Adds interface for IO-based and display-based DAG rendering
Add new GraphViz-based DAG renderer
Add new Plots-based Gantt chart renderer
Remove Context's log_file infrastructure
Switches GraphViz rendering to use Pkg extensions
Copy file name to clipboardExpand all lines: benchmarks/benchmark.jl
-8
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@ Environment Variables:
18
18
- BENCHMARK_VISUALIZE - Whether to run the `visualize.jl` script on the output results. May be any value that can parse as a `Bool`.
19
19
- BENCHMARK_RENDER - Which rendering mode to use. May be "live" to use the old (and soon to be removed) web renderer, "webdash" to use the DaggerWebDash renderer, or "offline" to use the old (and soon to be removed) offline renderer. The default of "" disables rendering.
20
20
- BENCHMARK_LIVE_PORT - Which port to use for web rendering. Defaults to port 8000.
21
-
- BENCHMARK_GRAPH - Whether to use dotviz graph rendering. Only useable if using "live" or "offline" rendering methods. Defaults to off, and may be any value that can parse as a `Bool`.
22
21
- BENCHMARK_PROFILE - Whether to enable real-time profiling. Defaults to off, and may be any value with parses as a `Bool`. Currently experimental and very, very slow.
23
22
- BENCHMARK_SAVE_LOGS - Whether to save logs collected at runtime to the output file. Defaults to off, and may be any value that can parse as a `Bool`.
0 commit comments