Renamed to DarkStruct
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env julia
|
||||
#
|
||||
# bench.jl: measure end-to-end throughput and server memory for a running FileServer.
|
||||
# bench.jl: measure end-to-end throughput and server memory for a running DarkStruct.
|
||||
#
|
||||
# Two things make this pipeline awkward to benchmark with off-the-shelf tools
|
||||
# (ab/hey/wrk), and both shape what this script does:
|
||||
@@ -143,7 +143,7 @@ end
|
||||
#
|
||||
# Resolved from the same environment variables src/config.jl reads, so a server
|
||||
# started with custom dirs is benchmarked correctly. Kept as a standalone table
|
||||
# rather than `using FileServer` so the harness doesn't pay to load Lux.
|
||||
# rather than `using DarkStruct` so the harness doesn't pay to load Lux.
|
||||
|
||||
sinkdirs() = (
|
||||
done = get(ENV, "FS_DONE_DIR", "data/done"),
|
||||
|
||||
Reference in New Issue
Block a user