-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathnet8-amd.txt
64 lines (61 loc) · 2.2 KB
/
net8-amd.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.NET: 8.0.0-rc.1.23419.4
Database: PostgreSql
With Stl.Fusion:
Multiple readers, 1 mutator:
Setup: 384.00M calls (960 readers x 400.00K)
Speed: 143.68M 142.68M 145.95M -> 145.95M calls/s
Single reader, no mutators:
Setup: 8.00M calls (1 readers x 8.00M)
Speed: 9.13M 9.48M 9.54M -> 9.54M calls/s
Without Stl.Fusion:
Multiple readers, 1 mutator:
Setup: 63.36K calls (960 readers x 66.00)
Speed: 12.96K 10.72K 12.09K -> 12.96K calls/s
Single reader, no mutators:
Setup: 1.32K calls (1 readers x 1.32K)
Speed: 940.12 1.02K 1.01K -> 1.02K calls/s
Database: MariaDb
With Stl.Fusion:
Multiple readers, 1 mutator:
Setup: 384.00M calls (960 readers x 400.00K)
Speed: 140.29M 138.80M 139.26M -> 140.29M calls/s
Single reader, no mutators:
Setup: 8.00M calls (1 readers x 8.00M)
Speed: 9.16M 9.28M 9.24M -> 9.28M calls/s
Without Stl.Fusion:
Multiple readers, 1 mutator:
Setup: 63.36K calls (960 readers x 66.00)
Speed: 12.62K 12.18K 14.52K -> 14.52K calls/s
Single reader, no mutators:
Setup: 1.32K calls (1 readers x 1.32K)
Speed: 626.08 606.61 645.77 -> 645.77 calls/s
Database: SqlServer
With Stl.Fusion:
Multiple readers, 1 mutator:
Setup: 384.00M calls (960 readers x 400.00K)
Speed: 137.70M 134.05M 137.42M -> 137.70M calls/s
Single reader, no mutators:
Setup: 8.00M calls (1 readers x 8.00M)
Speed: 8.90M 9.01M 9.05M -> 9.05M calls/s
Without Stl.Fusion:
Multiple readers, 1 mutator:
Setup: 63.36K calls (960 readers x 66.00)
Speed: 16.16K 16.66K 11.20K -> 16.66K calls/s
Single reader, no mutators:
Setup: 1.32K calls (1 readers x 1.32K)
Speed: 854.94 858.63 863.33 -> 863.33 calls/s
Database: Sqlite
With Stl.Fusion:
Multiple readers, 1 mutator:
Setup: 384.00M calls (960 readers x 400.00K)
Speed: 140.36M 141.40M 139.42M -> 141.40M calls/s
Single reader, no mutators:
Setup: 8.00M calls (1 readers x 8.00M)
Speed: 8.82M 8.90M 8.92M -> 8.92M calls/s
Without Stl.Fusion:
Multiple readers, 1 mutator:
Setup: 63.36K calls (960 readers x 66.00)
Speed: 16.50K 15.84K 14.62K -> 16.50K calls/s
Single reader, no mutators:
Setup: 1.32K calls (1 readers x 1.32K)
Speed: 3.53K 3.74K 3.79K -> 3.79K calls/s