diff --git a/examples/benchmarks.results.text b/examples/benchmarks.results.text index 19824ee..c05b034 100644 --- a/examples/benchmarks.results.text +++ b/examples/benchmarks.results.text @@ -97,7 +97,7 @@ Running benchmarks.prog Arty-A7-35T 76.92MHz, 64KB SRAM, 256MB DRAM, 16B instruction cache, 16B wt data cache -running in DRAM (except corelib, stdlib, runtime) +running in SRAM Running benchmarks.prog empty loop 10M 00:00:07 @@ -124,7 +124,7 @@ Running benchmarks.prog Arty-A7-35T 76.92MHz, 64KB SRAM, 256MB DRAM, 16B instruction cache, 16B wb data cache -running in DRAM (except corelib, stdlib, runtime) +running in SRAM Running benchmarks.prog empty loop 10M 00:00:04 @@ -149,7 +149,7 @@ Running benchmarks.prog Arty-A7-35T 76.92MHz, 32KB SRAM, 256MB DRAM, 16B instruction cache, 16B wb data cache -running in DRAM (except corelib, stdlib, runtime) +running in SRAM Running benchmarks.prog empty loop 10M 00:00:04 @@ -169,3 +169,28 @@ Running benchmarks.prog array copy 128k 1K 00:00:39 exp() 10K 00:00:25 cos() 10K 00:00:05 + +-------------------------------------------- +Arty-A7-35T +76.92MHz, 64KB SRAM, 256MB DRAM, + 16B instruction cache, 16B wb data cache +running in DRAM (except corelib, stdlib, runtime) + +Running benchmarks.prog + empty loop 10M 00:00:10 + write variable 10M 00:00:11 + read variable 10M 00:00:11 + integer addition 10M 00:00:13 + real addition 1M 00:00:27 + integer multiplication 1M 00:00:35 + real multiplication 1M 00:00:43 + integer division 1M 00:01:05 + real division 1M 00:00:51 + string indexing 1M 00:00:36 + string iteration 1M 00:00:20 + new/dispose 1k 1M 00:00:23 + new/dispose 128k 1M 00:00:23 + array copy 1k 10K 00:00:03 + array copy 128k 1K 00:00:48 + exp() 10K 00:00:28 + cos() 10K 00:00:04