Skip to content
Snippets Groups Projects
Commit 110c7a2b authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge branch 'master' of github.com:tarantool/tarantool

parents 0a683185 721af80f
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
title.html('Workload F'); title.html('Workload F');
image.renderChart('/ycsb/F_throughput.json'); image.renderChart('/ycsb/F_throughput.json');
break; break;
} case 'Load' : { } case 'LOAD' : {
title.html('Insert Only'); title.html('Insert Only');
image.renderChart('/ycsb/LOAD_throughput.json'); image.renderChart('/ycsb/LOAD_throughput.json');
break; break;
...@@ -82,9 +82,9 @@ ...@@ -82,9 +82,9 @@
image.renderChart('/ycsb/F_READ_latency.json'); image.renderChart('/ycsb/F_READ_latency.json');
} else if (title == 'Workload F' && link.html() == 'Throughput') { } else if (title == 'Workload F' && link.html() == 'Throughput') {
image.renderChart('/ycsb/F_throughput.json') image.renderChart('/ycsb/F_throughput.json')
} else if (title == 'Workload LOAD' && link.html() == 'Latency') { } else if (title == 'Insert Only' && link.html() == 'Latency') {
image.renderChart('/ycsb/LOAD_INSERT_latency.json'); image.renderChart('/ycsb/LOAD_INSERT_latency.json');
} else if (title == 'Workload LOAD' && link.html() == 'Throughput') { } else if (title == 'Insert Only' && link.html() == 'Throughput') {
image.renderChart('/ycsb/LOAD_throughput.json') image.renderChart('/ycsb/LOAD_throughput.json')
} }
......
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
<section class="b-gray_block b-customers"> <section class="b-gray_block b-customers">
<div class="b-block-wrapper"> <div class="b-block-wrapper">
<h2 class="b-section-title">Our customers</h2> <h2 class="b-section-title">Our users</h2>
<div class="b-cols"> <div class="b-cols">
<div class="b-cols-item"> <div class="b-cols-item">
<a href="http://mail.ru" class="b-cust_logo i-mailru"></a> <a href="http://mail.ru" class="b-cust_logo i-mailru"></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment