Skip to content

Commit

Permalink
Fix incorrect topic id in profiiing script.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxworld committed Sep 6, 2017
1 parent 27e4baf commit 4142bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bench.rb
Expand Up @@ -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"],
]

Expand Down

1 comment on commit 4142bed

@discoursebot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/when-should-discourse-upgrade-to-rails-5/67123/17

Please sign in to comment.