Skip to content

Gwion/gwion-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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