Skip to content

Commit

Permalink
remove LAS sparse tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang committed Oct 16, 2023
1 parent 6e8d589 commit d160bea
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions test/benchmarks/standalone/benchmark_text_input.cc
Original file line number Diff line number Diff line change
Expand Up @@ -391,48 +391,6 @@ BENCHMARK_CAPTURE(benchmark_multi, ccb_adf_same_char_interactions_sparse,
gen_ccb_examples(50, 7, 3, 6, 3, 4, 14, 2, true, 3), "--ccb_explore_adf --quiet -q :: --sparse_weights")
->MinTime(15.0);

BENCHMARK_CAPTURE(benchmark_multi_predict, cb_las_300actions_sparse,
gen_cb_examples(1, 50, 10, 300, 5, 5, 20, 10, false),
"--cb_explore_adf --large_action_space -q :: --max_actions 20 --quiet --sparse_weights")
->MinTime(15.0)
->UseRealTime()
->Unit(benchmark::kMillisecond);

BENCHMARK_CAPTURE(benchmark_multi_predict, cb_las_300actions_max_threads_sparse,
gen_cb_examples(1, 50, 10, 300, 5, 5, 20, 10, false),
"--cb_explore_adf --large_action_space -q :: --max_actions 20 --quiet --thread_pool_size --sparse_weights " +
std::to_string(std::thread::hardware_concurrency()))
->MinTime(15.0)
->UseRealTime()
->Unit(benchmark::kMillisecond);

BENCHMARK_CAPTURE(benchmark_multi_predict, cb_las_300actions_plaincb_sparse,
gen_cb_examples(1, 50, 10, 300, 5, 5, 20, 10, false), "--cb_explore_adf -q :: --quiet --sparse_weights")
->MinTime(15.0)
->UseRealTime()
->Unit(benchmark::kMillisecond);

BENCHMARK_CAPTURE(benchmark_multi_predict, cb_las_500actions_sparse,
gen_cb_examples(1, 50, 10, 500, 5, 5, 20, 10, false),
"--cb_explore_adf --large_action_space -q :: --max_actions 20 --quiet --sparse_weights")
->MinTime(15.0)
->UseRealTime()
->Unit(benchmark::kMillisecond);

BENCHMARK_CAPTURE(benchmark_multi_predict, cb_las_500actions_max_threads_sparse,
gen_cb_examples(1, 50, 10, 500, 5, 5, 20, 10, false),
"--cb_explore_adf --large_action_space -q :: --max_actions 20 --quiet --thread_pool_size --sparse_weights " +
std::to_string(std::thread::hardware_concurrency()))
->MinTime(15.0)
->UseRealTime()
->Unit(benchmark::kMillisecond);

BENCHMARK_CAPTURE(benchmark_multi_predict, cb_las_500actions_plaincb_sparse,
gen_cb_examples(1, 50, 10, 500, 5, 5, 20, 10, false), "--cb_explore_adf -q :: --quiet --sparse_weights")
->MinTime(15.0)
->UseRealTime()
->Unit(benchmark::kMillisecond);

#ifdef VW_FEAT_LAS_SIMD_ENABLED
BENCHMARK_CAPTURE(benchmark_multi_predict, cb_las_300actions_10features_1thread,
gen_cb_examples(1, 50000, 10, 300, 5, 5, 20000, 10, false),
Expand Down

0 comments on commit d160bea

Please sign in to comment.