Current benchmark data was generated on Wed Mar 22 2023, full log can be found HERE
CONTRIBUTIONS are WELCOME!
* -m in a file name stands for multi-threading or multi-processing
* -i in a file name stands for direct intrinsics usage. (Usage of simd intrinsics via libraries is not counted)
* -ffi in a file name stands for non-stdlib FFI usage
* (You may find time < time(user) + time(sys) for some non-parallelized programs, the overhead is from GC or JIT compiler, which are allowed to take advantage of multi-cores as that's more close to real-world scenarios.)
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
2.dart | 1543ms | 66ms | 114.8MB | 950ms | 693ms | dart/exe 3.0.0-339.0.dev |
2.dart | 2589ms | 95ms | 115.8MB | 1003ms | 680ms | dart/exe 2.19.5 |
1.dart | 3784ms | 29ms | 107.4MB | 990ms | 617ms | dart/exe 2.19.5 |
1.dart | 3953ms | 279ms | 103.7MB | 977ms | 593ms | dart/exe 3.0.0-339.0.dev |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
2.dart | 260ms | 9.1ms | 55.7MB | 163ms | 133ms | dart/exe 3.0.0-339.0.dev |
2.dart | 583ms | 572ms | 55.7MB | 160ms | 137ms | dart/exe 2.19.5 |
1.dart | 1472ms | 124ms | 55.9MB | 157ms | 100ms | dart/exe 2.19.5 |
1.dart | 1698ms | 324ms | 55.5MB | 150ms | 103ms | dart/exe 3.0.0-339.0.dev |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
2.dart | 247ms | 3.3ms | 14.8MB | 230ms | 0ms | dart/exe 3.0.0-339.0.dev |
2.dart | 252ms | 2.6ms | 15.1MB | 230ms | 0ms | dart/exe 2.19.5 |
1.dart | 1459ms | 13ms | 14.5MB | 1440ms | 0ms | dart/exe 3.0.0-339.0.dev |
1.dart | 1465ms | 2.2ms | 14.6MB | 1443ms | 3ms | dart/exe 2.19.5 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
2.dart | 715ms | 5.7ms | 14.7MB | 700ms | 0ms | dart/exe 3.0.0-339.0.dev |
2.dart | 738ms | 12ms | 16.5MB | 720ms | 3ms | dart/exe 2.19.5 |
1.dart | 4333ms | 3.0ms | 16.5MB | 4307ms | 10ms | dart/exe 3.0.0-339.0.dev |
1.dart | 4379ms | 2.9ms | 16.4MB | 4350ms | 7ms | dart/exe 2.19.5 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
2.dart | 115ms | 0.5ms | 14.4MB | 103ms | 0ms | dart/exe 3.0.0-339.0.dev |
2.dart | 124ms | 4.4ms | 16.4MB | 103ms | 0ms | dart/exe 2.19.5 |
1.dart | 211ms | 1.1ms | 16.5MB | 197ms | 0ms | dart/exe 3.0.0-339.0.dev |
1.dart | 213ms | 0.2ms | 14.6MB | 200ms | 0ms | dart/exe 2.19.5 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1.dart | timeout | 0.0ms | 12.0MB | 4983ms | 0ms | dart/exe 2.19.5 |
1.dart | timeout | 0.0ms | 13.5MB | 4987ms | 0ms | dart/exe 3.0.0-339.0.dev |