remove benchmark
diff --git a/_posts/2021-04-12-ballista-donation.md b/_posts/2021-04-12-ballista-donation.md
index bdc67eb..d07246b 100644
--- a/_posts/2021-04-12-ballista-donation.md
+++ b/_posts/2021-04-12-ballista-donation.md
@@ -47,16 +47,7 @@
 ## Status
 
 The Ballista project is at an early stage of development. However, it is capable of running complex analytics queries 
-in a distributed cluster with reasonable performance.
-
-The following chart shows the current performance of Ballista for a number of TPC-H queries at scale factor 100. The 
-current performance at this scale is similar to Apache Spark, and better in some cases. More work is now needed to 
-make Ballista scale with larger data sets.
-
-![Ballista Performance](img/20210412ballistatpch.png)
-
-_Benchmarks were executed on a 24 core desktop with 64 GB RAM and NVMe drives. The 100 GB dataset was converted to 
-Parquet and repartitioned with 8 partitions._
+in a distributed cluster with reasonable performance (comparable to more established distributed query frameworks).
 
 One of the benefits of Ballista being part of the Arrow codebase is that there is now an opportunity to push parts of 
 the scheduler down to DataFusion so that is possible to seamlessly scale across cores in DataFusion, and across nodes 
diff --git a/img/20210412ballistatpch.png b/img/20210412ballistatpch.png
deleted file mode 100644
index 9380b41..0000000
--- a/img/20210412ballistatpch.png
+++ /dev/null
Binary files differ