diff --git a/posts/restful-api-in-sync-and-async-rust.md b/posts/restful-api-in-sync-and-async-rust.md index 861fc61..75fbe55 100644 --- a/posts/restful-api-in-sync-and-async-rust.md +++ b/posts/restful-api-in-sync-and-async-rust.md @@ -50,7 +50,6 @@ _11 May 2021 · #rust · #diesel · #rocket · #sqlx · #actix-web_ - [Benchmarks](#benchmarks) - [Servers](#servers) - [Methodology](#methodology) - - [Calculating Best Possible Performance](#calculating-best-possible-performance) - [Measuring Resource Usage](#measuring-resource-usage) - [Results](#results) - [Read-Only Workload](#read-only-workload)