Skip to content

Benchmarks

nineties edited this page Aug 18, 2022 · 74 revisions

Environment

  • Commit: f7356eb63bfa15c173bc6a69db8a8d81a69fbd54
  • Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
  • 6.78125 GB
  • Linux fv-az47-903 5.15.0-1017-azure #20~20.04.1-Ubuntu SMP Fri Aug 5 12:16:53 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Benchmarks

Bootstrap Time

./planck < bootstrap.fs benchmark/nop.fs

runtime implementation execution time (sec)
i386-linux-handwritten 0.185
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 0.289
Python 3.8.10 152.021

Fib(30)

./planck < bootstrap.fs benchmark/fib.fs

runtime implementation execution time (sec)
i386-linux-handwritten 0.289
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 0.549
Python 3.8.10 307.069

Matmul

./planck < bootstrap.fs benchmark/matmul.fs

runtime implementation execution time (sec)
i386-linux-handwritten 0.290
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 0.565
Python 3.8.10 305.318
Clone this wiki locally