summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/workloads/ruby_template/index.erb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/workloads/ruby_template/index.erb')
-rwxr-xr-xbenchmarks/workloads/ruby_template/index.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/benchmarks/workloads/ruby_template/index.erb b/benchmarks/workloads/ruby_template/index.erb
new file mode 100755
index 000000000..7f7300e80
--- /dev/null
+++ b/benchmarks/workloads/ruby_template/index.erb
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+<body>
+ <% text.each do |t| %>
+ <p><%= t %></p>
+ <% end %>
+</body>
+</html>