Hi Brian,
thanks for the input.
> we use the "raw" suffix for any test that does not use an ORM
Okay, I renamed the db tests to ringojs-raw. I'll probably request a
pull within the next few days. I think I managed to cleanly integrate
into FrameworkBenchmarks.
Diff: <
https://github.com/oberhamsi/FrameworkBenchmarks/compare/master>
Anything you don't like? I have to install two debian packages: ringo
itself and jsvc (we don't use jsvc for the bench but ringo.deb depends
on it and if I force to ignore it, apt-get becomes unhappy).
@everyone: I setup FrameworkBenchmarks on two EC2 t1.micro instances and
the tests are running now... I'm only running a subset of the benchmarks
so we should have results by tomorrow.
Maybe I'll try this on m1.large instances too, which is what TechEmpower
uses to gather results. Then we would know for sure how we stand for
only ~$30 :)
simon
If anyone wants to reproduce this: I recommend you use my "bare-minimum"
branch. You can install it with the normale README's instructions but
this branch only installs the software needed to run the java & nodejs
benchmarks.
<
https://github.com/oberhamsi/FrameworkBenchmarks/tree/bare-minimum>