Skip to content

Commit

Permalink
Try another table
Browse files Browse the repository at this point in the history
  • Loading branch information
magnmaeh committed Oct 12, 2024
1 parent 0940a1b commit e51c8c8
Showing 1 changed file with 140 additions and 4 deletions.
144 changes: 140 additions & 4 deletions table-test.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,140 @@
| First Header | Second Header |
| ------------- | ------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
action_test.c
```
+-------------------------------+
| | main|update|increase (%)|
+-----+-----+------+------------+
| text|36104| 38702| 7.20 |
+-----+-----+------+------------+
| data| 728 | 710 | -2.47 |
+-----+-----+------+------------+
| bss | 512 | 800 | 56.25 |
+-----+-----+------+------------+
|total|37344| 40212| 7.68 |
+-------------------------------+```
delayed.conn_test.c
```
+-------------------------------+
| | main|update|increase (%)|
+-----+-----+------+------------+
| text|39103| 33218| -15.05 |
+-----+-----+------+------------+
| data| 728 | 356 | -51.10 |
+-----+-----+------+------------+
| bss | 512 | 1222 | 138.67 |
+-----+-----+------+------------+
|total|40343| 34696| -14.00 |
+-------------------------------+```

event_queue_test.c
```
+-------------------------------+
| | main|update|increase (%)|
+-----+-----+------+------------+
| text|22472| 22422| -0.22 |
+-----+-----+------+------------+
| data| 632 | 760 | 20.25 |
+-----+-----+------+------------+
| bss | 320 | 320 | 0.00 |
+-----+-----+------+------------+
|total|23424| 23502| 0.33 |
+-------------------------------+```
physical_action_test.c
```
+-------------------------------+
| | main|update|increase (%)|
+-----+-----+------+------------+
| text|37566| 42280| 12.55 |
+-----+-----+------+------------+
| data| 745 | 1920 | 157.72 |
+-----+-----+------+------------+
| bss | 1952| 200 | -89.75 |
+-----+-----+------+------------+
|total|40263| 44400| 10.27 |
+-------------------------------+```

port_test.c
```
+-------------------------------+
| | main|update|increase (%)|
+-----+-----+------+------------+
| text|39067| 32420| -17.01 |
+-----+-----+------+------------+
| data| 728 | 768 | 5.49 |
+-----+-----+------+------------+
| bss | 512 | 500 | -2.34 |
+-----+-----+------+------------+
|total|40307| 33688| -16.42 |
+-------------------------------+```
reaction_queue_test.c
```
+-------------------------------+
| | main|update|increase (%)|
+-----+-----+------+------------+
| text|22117| 29874| 35.07 |
+-----+-----+------+------------+
| data| 632 | 400 | -36.71 |
+-----+-----+------+------------+
| bss | 320 | 270 | -15.62 |
+-----+-----+------+------------+
|total|23069| 30544| 32.40 |
+-------------------------------+```

shutdown_test.c
```
+-------------------------------+
| | main|update|increase (%)|
+-----+-----+------+------------+
| text|32808| 12908| -60.66 |
+-----+-----+------+------------+
| data| 720 | 420 | -41.67 |
+-----+-----+------+------------+
| bss | 512 | 780 | 52.34 |
+-----+-----+------+------------+
|total|34040| 14108| -58.55 |
+-------------------------------+```
startup_test.c
```
+-------------------------------+
| | main|update|increase (%)|
+-----+-----+------+------------+
| text|31926| 14890| -53.36 |
+-----+-----+------+------------+
| data| 720 | 720 | 0.00 |
+-----+-----+------+------------+
| bss | 512 | 512 | 0.00 |
+-----+-----+------+------------+
|total|33158| 16122| -51.38 |
+-------------------------------+```

timer_test.c
```
+-------------------------------+
| | main|update|increase (%)|
+-----+-----+------+------------+
| text|32042| 31188| -2.67 |
+-----+-----+------+------------+
| data| 720 | 654 | -9.17 |
+-----+-----+------+------------+
| bss | 512 | 900 | 75.78 |
+-----+-----+------+------------+
|total|33274| 32742| -1.60 |
+-------------------------------+```
trigger_value_test.c
```
+-------------------------------+
| | main|update|increase (%)|
+-----+-----+------+------------+
| text|18191| 17642| -3.02 |
+-----+-----+------+------------+
| data| 632 | 432 | -31.65 |
+-----+-----+------+------------+
| bss | 320 | 200 | -37.50 |
+-----+-----+------+------------+
|total|19143| 18274| -4.54 |
+-------------------------------+```

0 comments on commit e51c8c8

Please sign in to comment.