diff --git a/benchmarks/bench_translations.py b/benchmarks/bench_translations.py
index ad7686bbaf8bf7151c4393ca9465c4909b316f96..07dd8aece00a67a258854822cd1b90d81957de16 100644
--- a/benchmarks/bench_translations.py
+++ b/benchmarks/bench_translations.py
@@ -98,12 +98,6 @@ class LaplaceConformingVolumeTaylorTranslation(TranslationBenchmarkSuite):
     knl = LaplaceKernel
     local_expn_class = LaplaceConformingVolumeTaylorLocalExpansion
     mpole_expn_class = LaplaceConformingVolumeTaylorMultipoleExpansion
-    params = [
-        Param(2, 10),
-        Param(2, 15),
-        Param(2, 20),
-        Param(3, 5),
-    ]
 
 
 class HelmholtzVolumeTaylorTranslation(TranslationBenchmarkSuite):
@@ -120,10 +114,6 @@ class HelmholtzConformingVolumeTaylorTranslation(TranslationBenchmarkSuite):
     knl = HelmholtzKernel
     local_expn_class = HelmholtzConformingVolumeTaylorLocalExpansion
     mpole_expn_class = HelmholtzConformingVolumeTaylorMultipoleExpansion
-    params = [
-        Param(2, 10),
-        Param(3, 5),
-    ]
 
 
 class Helmholtz2DTranslation(TranslationBenchmarkSuite):
@@ -133,6 +123,7 @@ class Helmholtz2DTranslation(TranslationBenchmarkSuite):
     params = [
         Param(2, 10),
         Param(2, 15),
+        Param(2, 20),
     ]