Giter VIP home page Giter VIP logo

ormbattle's People

Contributors

akor01 avatar alexyakunin avatar sdanyliv avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ormbattle's Issues

Get rid of Zip in tests

[21:40:02] Dimitar Kapitanov: my german collegues suggested we use in the 
project CollectionAssert class? does not ring a bell but will check and 
update you on the matter
[21:40:17] Dimitar Kapitanov: maybe it is just in MSTest i dont know
[21:40:56] Dimitar Kapitanov: ok there is such in NUnit as well

Original issue reported on code.google.com by alex.yakunin on 17 Nov 2009 at 4:48

Add collection performance tests (ideas are welcome)

Subj. 

Reason: http://ormbattle.net/index.php/component/poll/20-which-performance-
test-must-we-add-next.html

Likely, we must add the following tests:
- Item add\remove test // implies intermediate m-n relationship item creation
- Containment test for large collection // no complete collection load
- Complete collection load test
- Recursive loading of e.g. 2-level hierarchy (e.g. loading of all authors of  
comments to all blog posts made in this year). Any ideas are welcome here.

Original issue reported on code.google.com by alex.yakunin on 19 Jan 2010 at 9:38

Change top bar design

Subj. There must be logo at least.

Original issue reported on code.google.com by alex.yakunin on 9 Aug 2009 at 6:22

Perform SEO for web site

Subj. It must be #1 by "orm comparison" & similar queries.

Original issue reported on code.google.com by alex.yakunin on 10 Aug 2009 at 10:52

SQLite Performance

I'm interested in SQLite Performance of the ORMs! Ist it possible that we Include a Test Suite for this?

Create website logos

Subj.

Original issue reported on code.google.com by alex.yakunin on 9 Aug 2009 at 6:21

Write "Latest test results" article

Subj.

There must be all test results (+ charts), as well as attached .PDF.

Original issue reported on code.google.com by alex.yakunin on 9 Aug 2009 at 6:33

Add tests for IQueryable methods accepting int index as expression parameter

Subj. An example of such method:

public static IQueryable<TResult> Select<TSource, TResult>(
  this IQueryable<TSource> source, 
  Expression<Func<TSource, int, TResult>> selector)

But there are many others (Where, etc.). Likely, we must add test for at 
least Select (it's enough to have at least this method implemented to get the 
whole additional functionality).

Original issue reported on code.google.com by alex.yakunin on 19 Jan 2010 at 9:30

Write few articles into FAQ

Subj. Topics to cover:

General:
- Is the comparison honest
- Is it a promotional web site
- How the tests were selected (esp. for LINQ)

How to:
- How to report the issue or bug in test
- How to propose the new test or test set to run
- How to add one more ORM to the test suite

Original issue reported on code.google.com by alex.yakunin on 9 Aug 2009 at 7:01

Refactor test suite code

- ORMTest -> ORMBattle.NET Test Suite
- PerformanceTest -> Tests
- Add namespace everywhere: OrmBattle
- TestRunner must run all tests, incl. LINQ
- LINQ tests must display the summery as expected: # total, # failed (#
with Assert)

Original issue reported on code.google.com by alex.yakunin on 10 Aug 2009 at 2:35

Add prefetch API test

Subj. 

Initially there can be recursive loading of N-level hierarchy. 

E.g. loading of all authors of comments to all blog posts made in this year. 

Any ideas are welcome here.

Original issue reported on code.google.com by alex.yakunin on 19 Jan 2010 at 9:46

Write main page article

Subj. There must be:

- Test descriptions
-- LINQ tests
-- Performance tests

- Links to:
-- The most current test results page
-- All test results page (list)
-- Downloads:
--- Test results in .PDF
--- Test suite

Original issue reported on code.google.com by alex.yakunin on 9 Aug 2009 at 6:31

Implement XCopy-compatible test suite build (deployment) process

Subj. After getting this done, the only thing users must do to build & run it 
is to execute SQL scripts from _Scripts folder.

It won't be necessary to install any third party tool to do this.

Original issue reported on code.google.com by alex.yakunin on 7 Sep 2009 at 5:02

Future query API test

Subj.

Reason: http://ormbattle.net/index.php/component/poll/20-which-performance-
test-must-we-add-next.html

The idea is to run some simple future queries and measure their performance 
in query/sec. nearly as in query test. 

"Simple" - because database server load (and thus, delays there) must be 
minimized. So I propose to run fetch queries for Simplest objects.

Original issue reported on code.google.com by alex.yakunin on 19 Jan 2010 at 9:43

Modify T4 templates to allow easily switch to MS Test framework

Hi Guys, 
the modification will be small I guess: we want to be able to generate
different attributes - both NUnit and MS Tets, and all to be controlled by
a simple constant in the code. We need that so that we could seamlessly use
the tests in our testing routine (which is MS Test) - currently there is no
Category attribute there, etc. It will bring value to anyone that intends
to use MSTest instead of NUnit, which is a plus

Original issue reported on code.google.com by [email protected] on 8 Sep 2009 at 12:21

Change ORMBattle.NET name to ORMeter everywhere

Subj. This implies updates in:
- Database
- Web site settings
- DNS \ IIS configuration.

Possibly, we must even create a new Google Code site for this.

Original issue reported on code.google.com by alex.yakunin on 19 Jan 2010 at 9:11

Extract infrastructure framework

Extract subj. from Xtensive.Core to standalone independent tool.

Original issue reported on code.google.com by Dmitri.Maximov on 9 Aug 2009 at 6:40

Implement output of results to HTML in addition to TXT

Subj.

HTML we output must utilize JQuery + Google Chart API to:
- Colorize results
- Build all the charts
- Allow individual columns or groups there to be turned on and off
- Likely, there must be a master page loading pages for all other sequences 
into individual tabs and providing overall results (charts).

Original issue reported on code.google.com by alex.yakunin on 19 Jan 2010 at 9:19

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.