Skip to content

Commit ac92908

Browse files
committed
Added note about RPS to benchmarks docs
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent fc6a0fe commit ac92908

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/benchmarks.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ However, if you have application and database located on different machines, you
3333
{
3434
"type": "bar",
3535
"data": {
36-
"labels": ["Simple Connection Select"],
36+
"labels": ["Requests Per Second"],
3737
"datasets": [
3838
{
3939
"label": "PSQLPy",
@@ -86,7 +86,7 @@ However, if you have application and database located on different machines, you
8686
{
8787
"type": "bar",
8888
"data": {
89-
"labels": ["Hard Connection Select"],
89+
"labels": ["Requests Per Second"],
9090
"datasets": [
9191
{
9292
"label": "PSQLPy",
@@ -139,7 +139,7 @@ However, if you have application and database located on different machines, you
139139
{
140140
"type": "bar",
141141
"data": {
142-
"labels": ["Combined Connection Query"],
142+
"labels": ["Requests Per Second"],
143143
"datasets": [
144144
{
145145
"label": "PSQLPy",
@@ -192,7 +192,7 @@ However, if you have application and database located on different machines, you
192192
{
193193
"type": "bar",
194194
"data": {
195-
"labels": ["Simple Transaction Select"],
195+
"labels": ["Requests Per Second"],
196196
"datasets": [
197197
{
198198
"label": "PSQLPy",
@@ -245,7 +245,7 @@ However, if you have application and database located on different machines, you
245245
{
246246
"type": "bar",
247247
"data": {
248-
"labels": ["Hard Transaction Select"],
248+
"labels": ["Requests Per Second"],
249249
"datasets": [
250250
{
251251
"label": "PSQLPy",
@@ -298,7 +298,7 @@ However, if you have application and database located on different machines, you
298298
{
299299
"type": "bar",
300300
"data": {
301-
"labels": ["Combined Transaction Query"],
301+
"labels": ["Requests Per Second"],
302302
"datasets": [
303303
{
304304
"label": "PSQLPy",
@@ -355,7 +355,7 @@ However, if you have application and database located on different machines, you
355355
{
356356
"type": "bar",
357357
"data": {
358-
"labels": ["Simple Connection Select"],
358+
"labels": ["Requests Per Second"],
359359
"datasets": [
360360
{
361361
"label": "PSQLPy",
@@ -409,7 +409,7 @@ However, if you have application and database located on different machines, you
409409
{
410410
"type": "bar",
411411
"data": {
412-
"labels": ["Hard Connection Select"],
412+
"labels": ["Requests Per Second"],
413413
"datasets": [
414414
{
415415
"label": "PSQLPy",
@@ -463,7 +463,7 @@ However, if you have application and database located on different machines, you
463463
{
464464
"type": "bar",
465465
"data": {
466-
"labels": ["Combined Connection Query"],
466+
"labels": ["Requests Per Second"],
467467
"datasets": [
468468
{
469469
"label": "PSQLPy",
@@ -517,7 +517,7 @@ However, if you have application and database located on different machines, you
517517
{
518518
"type": "bar",
519519
"data": {
520-
"labels": ["Simple Transaction Select"],
520+
"labels": ["Requests Per Second"],
521521
"datasets": [
522522
{
523523
"label": "PSQLPy",
@@ -571,7 +571,7 @@ However, if you have application and database located on different machines, you
571571
{
572572
"type": "bar",
573573
"data": {
574-
"labels": ["Hard Transaction Select"],
574+
"labels": ["Requests Per Second"],
575575
"datasets": [
576576
{
577577
"label": "PSQLPy",
@@ -625,7 +625,7 @@ However, if you have application and database located on different machines, you
625625
{
626626
"type": "bar",
627627
"data": {
628-
"labels": ["Combined Transaction Query"],
628+
"labels": ["Requests Per Second"],
629629
"datasets": [
630630
{
631631
"label": "PSQLPy",

0 commit comments

Comments
 (0)