From 0482456e7cd981dcdcd9fb97911b04fbb8378964 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 20 Jul 2023 18:10:33 +0000 Subject: [PATCH] add Benchmark (benchmarkdotnet) benchmark result for c4c85ed0dea38485b51ef3b3f0c6e76517b2cc2c --- dev/bench/data.js | 146 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 145 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 2ce836ed96b..6af8a6bedcf 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1689875373813, + "lastUpdate": 1689876632648, "repoUrl": "https://github.com/VowpalWabbit/vowpal_wabbit", "entries": { "Benchmark": [ @@ -137612,6 +137612,150 @@ window.BENCHMARK_DATA = { "extra": "iterations: 207\ncpu: 20184174.879226845 ns\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "email": "jackgerrits@users.noreply.github.com", + "name": "Jack Gerrits", + "username": "jackgerrits" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "c4c85ed0dea38485b51ef3b3f0c6e76517b2cc2c", + "message": "docs: update wasm docs (#4626)", + "timestamp": "2023-07-20T13:28:39-04:00", + "tree_id": "38ee6cca6c3964f24fe5e5e03506713840ff0173", + "url": "https://github.com/VowpalWabbit/vowpal_wabbit/commit/c4c85ed0dea38485b51ef3b3f0c6e76517b2cc2c" + }, + "date": 1689876618998, + "tool": "benchmarkdotnet", + "benches": [ + { + "name": "BenchmarkText.Benchmark(args: 120_num_features)", + "value": 6855.638077679802, + "unit": "ns", + "range": "± 136.2755541013152" + }, + { + "name": "BenchmarkText.Benchmark(args: 120_string_fts)", + "value": 10179.602966308594, + "unit": "ns", + "range": "± 189.567111811918" + }, + { + "name": "BenchmarkLearnSimple.Benchmark(args: 1_feature)", + "value": 999.7166683799342, + "unit": "ns", + "range": "± 21.383665567109556" + }, + { + "name": "BenchmarkLearnSimple.Benchmark(args: 8_features)", + "value": 879.8436307907104, + "unit": "ns", + "range": "± 19.444518483300023" + }, + { + "name": "BenchmarkMulti.Benchmark(args: cb_adf_diff_char_interactions)", + "value": 1238901.2239583333, + "unit": "ns", + "range": "± 17581.913614764577" + }, + { + "name": "BenchmarkMulti.Benchmark(args: cb_adf_diff_char_no_interactions)", + "value": 817166.6015625, + "unit": "ns", + "range": "± 10242.523117560755" + }, + { + "name": "BenchmarkMulti.Benchmark(args: cb_adf_no_namespaces)", + "value": 833588.623046875, + "unit": "ns", + "range": "± 17648.737356446058" + }, + { + "name": "BenchmarkMulti.Benchmark(args: cb_adf_same_char_interactions)", + "value": 1258375.0279017857, + "unit": "ns", + "range": "± 10695.559753926284" + }, + { + "name": "BenchmarkMulti.Benchmark(args: cb_adf_same_char_no_interactions)", + "value": 809219.9479166666, + "unit": "ns", + "range": "± 7802.489872995111" + }, + { + "name": "BenchmarkMulti.Benchmark(args: ccb_adf_diff_char_interactions)", + "value": 4766046.510416667, + "unit": "ns", + "range": "± 60449.14184225625" + }, + { + "name": "BenchmarkMulti.Benchmark(args: ccb_adf_diff_char_no_interactions)", + "value": 1583291.9856770833, + "unit": "ns", + "range": "± 19591.229850252726" + }, + { + "name": "BenchmarkMulti.Benchmark(args: ccb_adf_no_namespaces)", + "value": 1344566.66015625, + "unit": "ns", + "range": "± 13449.190423377135" + }, + { + "name": "BenchmarkMulti.Benchmark(args: ccb_adf_same_char_interactions)", + "value": 3821714.0885416665, + "unit": "ns", + "range": "± 43114.92901866333" + }, + { + "name": "BenchmarkMulti.Benchmark(args: ccb_adf_same_char_no_interactions)", + "value": 1380447.4934895833, + "unit": "ns", + "range": "± 28312.33491755091" + }, + { + "name": "BenchmarkCbAdfLearn.Benchmark(args: few_features)", + "value": 4733.160730997722, + "unit": "ns", + "range": "± 56.018102386466694" + }, + { + "name": "BenchmarkCcbAdfLearn.Benchmark(args: few_features)", + "value": 16086.33553641183, + "unit": "ns", + "range": "± 281.1724008346586" + }, + { + "name": "BenchmarkCbAdfLearn.Benchmark(args: many_features)", + "value": 141093.515625, + "unit": "ns", + "range": "± 2426.256809147855" + }, + { + "name": "BenchmarkCcbAdfLearn.Benchmark(args: many_features)", + "value": 25160.311787923176, + "unit": "ns", + "range": "± 291.6034450011852" + }, + { + "name": "BenchmarkRCV1.Benchmark(args: quadratic)", + "value": 5410641.30859375, + "unit": "ns", + "range": "± 99326.72354447705" + }, + { + "name": "BenchmarkRCV1.Benchmark(args: simple)", + "value": 358417.4202473958, + "unit": "ns", + "range": "± 4038.998851563095" + } + ] } ] }