From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.50.79.201 with SMTP id l9mr857641igx.4.1385641925320; Thu, 28 Nov 2013 04:32:05 -0800 (PST) X-Received: by 10.182.84.199 with SMTP id b7mr432429obz.13.1385641925186; Thu, 28 Nov 2013 04:32:05 -0800 (PST) Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!dz2no10858664qab.0!news-out.google.com!p7ni2355qat.0!nntp.google.com!dz2no10858653qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 28 Nov 2013 04:32:04 -0800 (PST) In-Reply-To: <162212e8-4e27-4f0b-afcb-3c9cf45b3793@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.157.152.147; posting-account=04rmagoAAABZ9PN7u3MdbKIs6DPG57E- NNTP-Posting-Host: 86.157.152.147 References: <162212e8-4e27-4f0b-afcb-3c9cf45b3793@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: AWS Entry into the TechEmpower Framework Benchmark Project From: Graham Stark Injection-Date: Thu, 28 Nov 2013 12:32:05 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1976 Xref: number.nntp.dca.giganews.com comp.lang.ada:184021 Date: 2013-11-28T04:32:04-08:00 List-Id: On Tuesday, 19 November 2013 02:59:59 UTC, Shark8 wrote: > I suppose a link to what I've done would help: > > https://github.com/OneWingedShark/web-framework-test That's interesting. I had a go at the first two database tests using the Posgres stuff in GnatColl and a little database code generator I wrote a couple of years ago (http://virtual-worlds-research.com/downloads/mill). The code is here: https://github.com/grahamstark/techempower/ I suspect my version is much slower than their peak performers, though I've just tested it locally. They have a peak on the first database test of 105,939 whereas I'm struggling to get above 2,000; I'm guessing that's still under 10,000 on their hardware. Graham