Skip to content

Instantly share code, notes, and snippets.

@sogaiu
Created July 17, 2024 08:48
Show Gist options
  • Save sogaiu/51f576cb8b9a99673af031402c875c2d to your computer and use it in GitHub Desktop.
Save sogaiu/51f576cb8b9a99673af031402c875c2d to your computer and use it in GitHub Desktop.
janet-benchmarksgame runbench.janet output
$ janet runbench.janet benchmark_runs/bench_pylua.jdn >t1
name,janet,python,lua
fannkuch,3.51,3.66,1.42
binarytrees,72.4,72.73,95.63
knucleotide,175.27,163.34,62.53
nbody,16.85,22.13,8.56
reverse-complement,35.49,8.02,36.29
pidigits,5.21,3.28,nan
regexredux,14.37,10.82,nan
$ ~/src/janet.feature-bracket-tuples/build/janet runbench.janet benchmark_runs.2/bench_pylua.jdn >t2
name,janet,python,lua
fannkuch,3.51,3.59,1.26
binarytrees,80.38,71.41,94.46
knucleotide,178.84,162.4,57.97
nbody,15.52,21.94,8.91
reverse-complement,36.66,7.85,33.26
pidigits,5.01,3.29,nan
regexredux,14.51,10.89,nan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment