Commit a9aa4776 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Cut this test down to a reasonable size for the VTEST boxes

parent ca9d0719
......@@ -53,7 +53,7 @@ varnish v1 -arg "-p debug=+vclrel -p workspace_client=1m" -vcl+backend {
std.log("perf 1 " + debug.priv_perf(1));
std.log("perf 10 " + debug.priv_perf(10));
std.log("perf 100 " + debug.priv_perf(100));
std.log("perf 1000 " + debug.priv_perf(1000));
// std.log("perf 1000 " + debug.priv_perf(1000));
return (deliver);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment