git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1871 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
a147f92f9d
commit
146bfffd26
|
@ -5,11 +5,11 @@ Settings: CLK=48, (3 wait states)
|
|||
|
||||
*** ChibiOS/RT test suite
|
||||
***
|
||||
*** Kernel: 1.5.4unstable
|
||||
*** Kernel: 1.5.5unstable
|
||||
*** GCC Version: 4.3.3
|
||||
*** Architecture: ARMv6-M
|
||||
*** Core Variant: Cortex-M0
|
||||
*** Platform: LPC111x
|
||||
*** Platform: LPC11xx
|
||||
*** Test Board: Embedded Artists LPCXpresso Base Board + LPC1114
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
|
@ -112,7 +112,7 @@ Settings: CLK=48, (3 wait states)
|
|||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.6 (Benchmark, threads, create only)
|
||||
--- Score : 105736 threads/S
|
||||
--- Score : 105737 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.7 (Benchmark, mass reschedule, 5 threads)
|
||||
|
|
|
@ -6,7 +6,7 @@ Settings: CLK=72, (3 wait states)
|
|||
*** ChibiOS/RT test suite
|
||||
***
|
||||
*** Kernel: 1.5.5unstable
|
||||
*** GCC Version: 4.4.2
|
||||
*** GCC Version: 4.3.3
|
||||
*** Architecture: ARMv7-M
|
||||
*** Core Variant: Cortex-M3
|
||||
*** Platform: LPC13xx
|
||||
|
@ -92,51 +92,51 @@ Settings: CLK=72, (3 wait states)
|
|||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.1 (Benchmark, messages #1)
|
||||
--- Score : 251227 msgs/S, 502454 ctxswc/S
|
||||
--- Score : 246902 msgs/S, 493804 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.2 (Benchmark, messages #2)
|
||||
--- Score : 199584 msgs/S, 399168 ctxswc/S
|
||||
--- Score : 199024 msgs/S, 398048 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.3 (Benchmark, messages #3)
|
||||
--- Score : 199584 msgs/S, 399168 ctxswc/S
|
||||
--- Score : 199024 msgs/S, 398048 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.4 (Benchmark, context switch)
|
||||
--- Score : 830640 ctxswc/S
|
||||
--- Score : 797224 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.5 (Benchmark, threads, full cycle)
|
||||
--- Score : 156879 threads/S
|
||||
--- Score : 154518 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.6 (Benchmark, threads, create only)
|
||||
--- Score : 223834 threads/S
|
||||
--- Score : 212574 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.7 (Benchmark, mass reschedule, 5 threads)
|
||||
--- Score : 64618 reschedules/S, 387708 ctxswc/S
|
||||
--- Score : 65262 reschedules/S, 391572 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.8 (Benchmark, round robin context switching)
|
||||
--- Score : 483840 ctxswc/S
|
||||
--- Score : 476648 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 519528 bytes/S
|
||||
--- Score : 521644 bytes/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
||||
--- Score : 701048 timers/S
|
||||
--- Score : 674724 timers/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.11 (Benchmark, semaphores wait/signal)
|
||||
--- Score : 939348 wait+signal/S
|
||||
--- Score : 977676 wait+signal/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.12 (Benchmark, mutexes lock/unlock)
|
||||
--- Score : 674744 lock+unlock/S
|
||||
--- Score : 662296 lock+unlock/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.13 (Benchmark, RAM footprint)
|
||||
|
|
|
@ -38,7 +38,7 @@ Platform : ARM Cortex-M3
|
|||
OS Setup : Full kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||
Options : -O2 -mthumb -DCH_OPTIMIZE_SPEED=TRUE
|
||||
Kernel Size = 5576
|
||||
Kernel Size = 5540
|
||||
|
||||
Platform : ARM Cortex-M3
|
||||
OS Setup : Full kernel
|
||||
|
@ -50,43 +50,43 @@ Platform : ARM Cortex-M3
|
|||
OS Setup : Minimal kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||
Options : -O2 -mthumb
|
||||
Kernel Size = 1576
|
||||
Kernel Size = 1532
|
||||
|
||||
Platform : ARM Cortex-M3
|
||||
OS Setup : Full kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||
Options : -Os -mthumb -DCH_OPTIMIZE_SPEED=TRUE
|
||||
Kernel Size = 5356
|
||||
Kernel Size = 5320
|
||||
|
||||
Platform : ARM Cortex-M3
|
||||
OS Setup : Full kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||
Options : -Os -mthumb -DCH_OPTIMIZE_SPEED=FALSE
|
||||
Kernel Size = 4944
|
||||
Kernel Size = 4936
|
||||
|
||||
Platform : ARM Cortex-M3
|
||||
OS Setup : Minimal kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||
Options : -Os -mthumb
|
||||
Kernel Size = 1508
|
||||
Kernel Size = 1460
|
||||
|
||||
Platform : ARM Cortex-M3
|
||||
OS Setup : Full kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DCH_OPTIMIZE_SPEED=TRUE
|
||||
Kernel Size = 5172
|
||||
Kernel Size = 5128
|
||||
|
||||
Platform : ARM Cortex-M3
|
||||
OS Setup : Full kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DCH_OPTIMIZE_SPEED=FALSE
|
||||
Kernel Size = 4768
|
||||
Kernel Size = 4760
|
||||
|
||||
Platform : ARM Cortex-M3
|
||||
OS Setup : Minimal kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\"
|
||||
Kernel Size = 1480
|
||||
Kernel Size = 1420
|
||||
|
||||
Platform : ARM Cortex-M0
|
||||
OS Setup : Full kernel
|
||||
|
|
Loading…
Reference in New Issue