Wasm Engine Zoo

Query Docs
NameTypeDescription
rawTableOriginal CSV data
runsTableIndividual successful runs
failedTableFailed runs (return_code !== 0)
benchmarksTablePer-engine, per-benchmark scores
scoresTablePivoted: engine × benchmark scores
runtimesTablePivoted: engine × benchmark times (seconds)
engineScoresTableTotal score per engine
enginesArrayEngine names (ordered by score)
benchmarkNamesArrayBenchmark names (sorted)
metaObject{ numEngines, numBenchmarks, numRuns }
aqGlobalArquero library
opGlobalArquero operators
(tables) => { const { benchmarks, scores, runtimes } = tables; return scores; }
Loading data...