/gwion-benchmark

benchmark gwion against other languages

Primary LanguagePython

gwion-benchmark

Tools to run a benchmark of Gwion compared to other languages. Find the latest results here.

Contributing

To add extra languages to the benchmarks follow these easy steps.

  • Fork and clone this repository
  • Setup all of the required tests in the src/ directory written in the language you wish to add
  • In build.yml add the build steps for the language
    • Example setup here
  • In benchmark.sh add the language along with the language file extension to the two relevant arrays at the top of the file, do not use comma in the language and extension list
  • In version.sh add the version of the language which is being benchmarked