[master] c1d5934b7 extrend the trivial VRT_priv_task benchmark

Nils Goroll nils.goroll at uplex.de
Mon Nov 5 17:16:12 UTC 2018


commit c1d5934b7d86bdc0f0105a153c300c9e9217d625
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Oct 31 12:35:55 2018 +0100

    extrend the trivial VRT_priv_task benchmark

diff --git a/bin/varnishtest/tests/v00041.vtc b/bin/varnishtest/tests/v00041.vtc
index e6cfc3c8e..09977744a 100644
--- a/bin/varnishtest/tests/v00041.vtc
+++ b/bin/varnishtest/tests/v00041.vtc
@@ -49,12 +49,11 @@ varnish v1 -arg "-p debug=+vclrel -p workspace_client=1m" -vcl+backend {
 	}
 
 	sub vcl_synth {
-		std.log("discard 100 " + debug.priv_perf(100));
+		std.log("discard 1000 " + debug.priv_perf(1000));
 		std.log("perf    1 " + debug.priv_perf(1));
 		std.log("perf   10 " + debug.priv_perf(10));
 		std.log("perf  100 " + debug.priv_perf(100));
-		## unbearable with the list implementation - ok with rb tree
-		# std.log("perf 1000 " + debug.priv_perf(1000));
+		std.log("perf 1000 " + debug.priv_perf(1000));
 		return (deliver);
 	}
 


More information about the varnish-commit mailing list