The Computer Language Benchmarks Game has a variety of programming languages "competing" in a variety of benchmark programs. Unfortunately, the site only offers effective but rudimentary visuals for the benchmark results. This repo is a quick exploration to see what visuals can be gleaned from the data.
The "alldata.csv" is copied from the source repo and parsed with a C# script into data.json. The visualization is done with the excellent plotly.js library.
The bubble chart of benchmarks can be seen here. Don't forget to zoom to look past the outliers.