From 4142bed1af8cf6d5ca4accd2205d3f7ff5277398 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Thu, 7 Sep 2017 06:00:47 +0800 Subject: [PATCH] Fix incorrect topic id in profiiing script. --- script/bench.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bench.rb b/script/bench.rb index 84893f5ebdaee..f390ab69d2443 100644 --- a/script/bench.rb +++ b/script/bench.rb @@ -193,7 +193,7 @@ def bench(path, name) tests = [ ["categories", "/categories"], ["home", "/"], - ["topic", "/t/oh-how-i-wish-i-could-shut-up-like-a-tunnel-for-so/69"] + ["topic", "/t/oh-how-i-wish-i-could-shut-up-like-a-tunnel-for-so/179"] # ["user", "/u/admin1/activity"], ]