github.com/coyove/nj@v0.0.0-20221110084952-c7f8db1065c3/tests/bench/perf.md (about) 1 # Performance Tests 2 3 This folder contains some performance scripts based on [benchmarksgame](https://benchmarksgame-team.pages.debian.net/benchmarksgame/). All tests are done on an M1 Macbook Pro. 4 5 | | nj | python | lua5.3 | perl5 | 6 | ----- | ----- | ----- | ----- | ----- | 7 |fib (n=35) | 0.87 | 1.77 | 0.71 | 3.74 | 8 |nbody (iteration=500000) | 1.89 | TODO | 1.83 | 1.80 | 9 |binarytree (depth=21) | 2.12 | TODO | 1.28 | 2.20 | 10 |spectralnorms (size=550, cores=1) | 0.85 | TODO | 0.40 | 0.56 | 11