Skip to content

Commit 1d8b6b1

Browse files
committed
Add benchmarking data
1 parent 7c9cbd9 commit 1d8b6b1

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

perf/linear_eq_tabular.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Gauss Seidel
2+
13
│ Row │ variable │ Array │ Contractor │ MArray │ SArray1 │ SArray2 │
24
├─────┼──────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
35
│ 1 │ n = 1 │ 1.1426e-5 │ 2.4173e-5 │ 1.5803e-5 │ 1.014e-5 │ 9.512e-6 │
@@ -34,3 +36,29 @@
3436
│ 8 │ 7 │ 0.000192073 │ 0.000218861 │ 0.00108794 │ 0.000997821 │ 0.00073304 │ 0.000198962 │
3537
│ 9 │ 8 │ 0.000242832 │ 0.000273341 │ 0.00107159 │ 0.00106769 │ 0.00126407 │ 0.000250956 │
3638
│ 10 │ 9 │ 0.000308256 │ 0.000333722 │ 0.00116203 │ 0.00116428 │ 0.00196451 │ 0.000314499 │
39+
40+
Gauss Elimination
41+
42+
20×3 DataFrames.DataFrame
43+
│ Row │ n │ Base.\\ │ Gauss Elimination │
44+
├─────┼────┼─────────────┼───────────────────┤
45+
│ 1 │ 1 │ 1.0859e-5 │ 1.0402e-5 │
46+
│ 2 │ 10 │ 0.00037311 │ 0.000372278 │
47+
│ 3 │ 11 │ 0.000457845 │ 0.000457603 │
48+
│ 4 │ 12 │ 0.000543028 │ 0.00054428 │
49+
│ 5 │ 13 │ 0.000642694 │ 0.00064314 │
50+
│ 6 │ 14 │ 0.00076788 │ 0.000766503 │
51+
│ 7 │ 15 │ 0.000877223 │ 0.000874887 │
52+
│ 8 │ 16 │ 0.00102177 │ 0.00102244 │
53+
│ 9 │ 17 │ 0.00114972 │ 0.00115541 │
54+
│ 10 │ 18 │ 0.00150682 │ 0.00153407 │
55+
│ 11 │ 19 │ 0.00172544 │ 0.00170808 │
56+
│ 12 │ 2 │ 2.6519e-5 │ 2.5677e-5 │
57+
│ 13 │ 20 │ 0.00192433 │ 0.0019773 │
58+
│ 14 │ 3 │ 4.6299e-5 │ 4.6316e-5 │
59+
│ 15 │ 4 │ 7.2201e-5 │ 7.2106e-5 │
60+
│ 16 │ 5 │ 0.000101941 │ 0.000102027 │
61+
│ 17 │ 6 │ 0.000139823 │ 0.000139717 │
62+
│ 18 │ 7 │ 0.000189156 │ 0.000188991 │
63+
│ 19 │ 8 │ 0.000239304 │ 0.000238721 │
64+
│ 20 │ 9 │ 0.000305721 │ 0.000305388 │

0 commit comments

Comments
 (0)