From c257b62e22470479cd1ae43006a0c6654ee6936f Mon Sep 17 00:00:00 2001 From: Craig Mayhew Date: Thu, 22 Feb 2024 12:19:14 +0000 Subject: [PATCH] Added latest benchmarks news --- src/pages/home.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/home.rs b/src/pages/home.rs index fcfcbc8..c2059fa 100644 --- a/src/pages/home.rs +++ b/src/pages/home.rs @@ -22,6 +22,7 @@ pub fn render() -> Node { td![attrs!{At::Width => "200"},"Date"], td![attrs!{At::Width => "500"},"News"], ], + bp_table_row!("21st February 2024","rust benchmarks added. Followed by performance and usability improvmenets."), bp_table_row!("2nd April 2022","bigprimes.net web2 version is now deployed to Cloudflare Pages and no longer AWS CloudFront."), bp_table_row!("26th June 2021","bigprimes.net is now using the trunk WASM web application bundler for Rust."), bp_table_row!("28th July 2019","bigprimes.net has been rewritten from the ground up using rust!
All archives have been retired in favour of client side processing in web assembly."),