Skip to content

Commit 9e45199

Browse files
authored
Update benchmarking.md
1 parent b5b0052 commit 9e45199

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/servers-and-cloud-computing/ruby-on-rails

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/ruby-on-rails/benchmarking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ vi benchmark.rb
2525
```
2626

2727
### Benchmark code for measuring Rails app performance
28-
Below mentioned code (`benchmark.rb` file) measures database inserts, queries, and CPU computations in your Rails application using Ruby’s Benchmark library.
28+
Copy the code below into `benchmark.rb`. It measures database inserts, queries, and CPU computations in your Rails application using Ruby’s Benchmark library.
2929

3030
```ruby
3131
require 'benchmark'

0 commit comments

Comments
 (0)