Closed ocramz closed 6 years ago
I think there's a bug for statistics
as well, here
variance introduced by outliers: -9223372036854775808%
Is it 32-bit?
Doesn't seem so, from the Travis build system info :
Leiningen 2.8.1 on Java 1.8.0_151 Java HotSpot(TM) 64-Bit Server VM
what's strange is that the benchmarks for LTS-7.2 run fine on travis, albeit with strange numbers:
https://travis-ci.org/ocramz/xeno/jobs/379735031
Benchmark xeno-memory-bench: RUNNING...
Case Allocated GCs
4kb/hexml/dom -1,448 0
4kb/xeno/sax -2,296 0
4kb/xeno/dom 7,656 0
31kb/hexml/dom 29,104 0
31kb/xeno/sax -5,264 0
31kb/xeno/dom 6,056 0
211kb/hexml/dom 210,016 0
211kb/xeno/sax 21,696 0
211kb/xeno/dom 1,043,016 0
Benchmark xeno-memory-bench: FINISH
Benchmark xeno-speed-bench: RUNNING...
benchmarking 4KB/hexml-dom
time 39.82 μs (13.01 μs .. 94.81 μs)
0.210 R² (0.178 R² .. 0.959 R²)
mean 188.4 μs (188.4 μs .. 188.4 μs)
std dev 0.0 s (0.0 s .. 0.0 s)
variance introduced by outliers: -9223372036854775808% (severely inflated)
benchmarking 4KB/xeno-sax
time 25.81 μs (6.154 μs .. 72.70 μs)
0.166 R² (0.148 R² .. 0.931 R²)
mean 164.3 μs (164.3 μs .. 164.3 μs)
std dev 0.0 s (0.0 s .. 0.0 s)
variance introduced by outliers: -9223372036854775808% (severely inflated)
benchmarking 4KB/xeno-dom
time 298.6 μs (264.1 μs .. 330.9 μs)
0.848 R² (0.734 R² .. 0.918 R²)
mean 270.5 μs (243.0 μs .. 314.7 μs)
std dev 87.23 μs (46.31 μs .. 148.2 μs)
variance introduced by outliers: 97% (severely inflated)
benchmarking 4KB/hexpat-sax
time 5.534 ms (3.237 ms .. 8.412 ms)
I've removed stack bench
from the Travis script, for now