Skip to content

Commit 6d33e88

Browse files
authored
Update compare_result.md
1 parent 818fe5f commit 6d33e88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/learning-paths/servers-and-cloud-computing/glibc-with-lse/compare_result.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ layout: "learningpathall"
1010
You can run the mongodb benchmark using Glibc with LSE and NoLSE and compare the results. This will give you an idea of the performance gained by using Glibc with LSE.
1111

1212
## Result with No-LSE
13-
Launch MongoDB with Glibc without LSE and obtain benchmark result.
13+
Launch MongoDB with Glibc but without LSE and obtain a benchmark result.
1414
The output will look similar to:
1515

1616
```output
@@ -62,7 +62,7 @@ The output will look similar to:
6262
The overall throughtput (operations/sec) is 6662.1275371047195 with No-LSE Glibc.
6363

6464
## Result with LSE
65-
Launch MongoDB again, this time with Glibc with LSE and obtain benchmark result.
65+
Launch MongoDB again, this time with Glibc with LSE and obtain a benchmark result.
6666

6767
The output will look similar to:
6868

@@ -113,6 +113,6 @@ The output will look similar to:
113113
[SCAN], Return=OK, 1499682
114114
```
115115
The overall throughput (operations/sec) is 6871.605426919102 when using Glibc with LSE.
116-
In this case you can get around 3.14% performance uplift by using Glibc with LSE.
116+
In this case, you get around 3.14% performance uplift by using Glibc with LSE.
117117

118118

0 commit comments

Comments
 (0)